...ID、GO term ID、关键词等。3. 按结构域查找:点击Add Domain to include按钮,填写结构域Pfam ID,即可查询Pfam数据库中含该结构域的蛋白,并且还可以通过点击Add Domain to exclude按钮,添加不包含某结构域条件进行快速筛选。结果展示Inte...
...: PREPARING DATA
2,3: RUNNING mummer AND CREATING CLUSTERS
# reading input file "nucmer.ntref" of length 712946597
# construct suffix tree for sequence of length 712946597
# (maximum reference length is 536870908)
# (maximum query length is 4294967295)
# process 7129465 characters per dot
/usr/bin/m...
...dlist for changing###############
open(IN,"$opts{idlist}")|| die "open ID file failed\n";
while(<IN>){
chomp;
my($newID,$gene)=split(/\s+/,$_);
if($gff=~/$gene/){
$gff=~ s/$gene/$newID/g;
}
}
close(IN);
#####################print out new gff#######################
ope...
...codecsimport uuidfrom PIL import ImageBin=os.path.split(os.path.realpath(__file__))[0]
##########################################################################
dom = xml.dom.minidom.parse(sys.argv[1])root = dom.documentElementff=open(sys.argv[2],"w")if root.nodeName=='pathway': for i i...