@@ -40,7 +40,7 @@ function __construct($argv) {
40
40
parent ::addParameter ('download_url ' ,false ,null ,'http://downloads.yeastgenome.org/ ' );
41
41
parent ::addParameter ('ncbo_download_dir ' , false , null , '/data/download/bioportal/ ' , 'directory of bioportal ontologies ' );
42
42
parent ::addParameter ('ncbo_api_key ' ,true ,null ,null ,'your NCBO API key ' );
43
- parent ::addParameter ('one_file ' ,false ,'true|false ' ,'true ' ,"whether to produce a single file output " );
43
+ parent ::addParameter ('one_file ' ,false ,'true|false ' ,'false ' ,"whether to produce a single file output " );
44
44
parent ::initialize ();
45
45
}
46
46
@@ -74,7 +74,7 @@ function download(){
74
74
"features " => "curation/chromosomal_feature/SGD_features.tab " ,
75
75
"domains " => "curation/calculated_protein_info/domains/domains.tab " ,
76
76
"protein " => "curation/calculated_protein_info/protein_properties.tab " ,
77
- "goa " => "curation/literature/gene_association.sgd.gz " ,
77
+ "goa " => "curation/literature/gene_association.sgd.gaf. gz " ,
78
78
"goslim " => "curation/literature/go_slim_mapping.tab " ,
79
79
"complex " => "curation/literature/go_protein_complex_slim.tab " ,
80
80
"interaction " => "curation/literature/interaction_data.tab " ,
@@ -121,7 +121,7 @@ function process(){
121
121
"features " => "curation/chromosomal_feature/SGD_features.tab " ,
122
122
"domains " => "curation/calculated_protein_info/domains/domains.tab " ,
123
123
"protein " => "curation/calculated_protein_info/protein_properties.tab " ,
124
- "goa " => "curation/literature/gene_association.sgd.gz " ,
124
+ "goa " => "curation/literature/gene_association.sgd.gaf. gz " ,
125
125
"goslim " => "curation/literature/go_slim_mapping.tab " ,
126
126
"complex " => "curation/literature/go_protein_complex_slim.tab " ,
127
127
"interaction " => "curation/literature/interaction_data.tab " ,
@@ -135,7 +135,7 @@ function process(){
135
135
136
136
$ gz = false ;if (strstr (parent ::getParameterValue ('output_format ' ), "gz " )) $ gz = true ;
137
137
if (parent ::getParameterValue ('one_file ' ) == true ) {
138
- $ ofile = "sgd. " .parent ::getParameterValue ('output_format ' );
138
+ $ ofile = "bio2rdf- sgd- " .parent ::getParameterValue ('output_format ' );
139
139
parent ::setWriteFile ($ odir .$ ofile , $ gz );
140
140
}
141
141
$ dataset_description = '' ;
@@ -156,7 +156,7 @@ function process(){
156
156
}
157
157
158
158
if (parent ::getParameterValue ('one_file ' ) == false ) {
159
- $ ofile = "sgd_ " .$ file .'. ' .parent ::getParameterValue ('output_format ' );
159
+ $ ofile = "bio2rdf-sgd- " .$ file .'. ' .parent ::getParameterValue ('output_format ' );
160
160
parent ::setWriteFile ($ odir .$ ofile , $ gz );
161
161
}
162
162
@@ -619,6 +619,7 @@ function domains(){
619
619
"BlastProDom " => "prodom " ,
620
620
"FPrintScan " => "fprintscan " ,
621
621
"Gene3D " => "gene3d " ,
622
+ "CDD " => "cdd " ,
622
623
"Coil " => "coil " ,
623
624
"Coils " => "coil " ,
624
625
"Pfam " => "pfam " ,
@@ -627,6 +628,7 @@ function domains(){
627
628
"PIRSF " => "pirsf " ,
628
629
"PRINTS " => "prints " ,
629
630
"Seg " => "seg " ,
631
+ "SFLD " => "sfld " ,
630
632
"SMART " => "smart " ,
631
633
"SUPERFAMILY " => "superfamily " ,
632
634
"TIGRPFAM " => "pfam " ,
@@ -636,6 +638,7 @@ function domains(){
636
638
"HMMPfam " => "pfam " ,
637
639
"HMMPIR " => "pir " ,
638
640
"HMMTigr " => "tigr " ,
641
+ "signalp " => "signalp " ,
639
642
"SignalP_GRAM_POSITIVE " => "signalp " ,
640
643
"SignalP_GRAM_NEGATIVE " => "signalp " ,
641
644
"SignalP_EUK " => "signalp " ,
0 commit comments