Skip to content

Commit 94fb00c

Browse files
added domain mappings; changed default bioportal ontology location
1 parent 4c6e4ee commit 94fb00c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sgd/sgd.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function __construct($argv) {
3838
parent::__construct($argv,"sgd");
3939
parent::addParameter('files',true,'all|dbxref|features|domains|protein|goa|goslim|complex|interaction|phenotype|pathways|mapping','all','all or comma-separated list of files to process');
4040
parent::addParameter('download_url',false,null,'http://downloads.yeastgenome.org/');
41-
parent::addParameter('ncbo_download_dir', false, null, '/data/download/ncbo/', 'directory of ncbo ontologies');
41+
parent::addParameter('ncbo_download_dir', false, null, '/data/download/bioportal/', 'directory of bioportal ontologies');
4242
parent::addParameter('ncbo_api_key',true,null,null,'your NCBO API key');
4343
parent::addParameter('one_file',false,'true|false','true',"whether to produce a single file output");
4444
parent::initialize();
@@ -639,7 +639,11 @@ function domains(){
639639
"SignalP_GRAM_POSITIVE" => "signalp",
640640
"SignalP_GRAM_NEGATIVE" => "signalp",
641641
"SignalP_EUK" => "signalp",
642-
"TMHMM" => "tmhmm"
642+
"TMHMM" => "tmhmm",
643+
"ProDom" => "prodom",
644+
"ProSiteProfiles" => "prosite",
645+
"ProSitePatterns" => "prosite",
646+
"Hamap" => "hamap"
643647
);
644648

645649
while($l = $this->GetReadFile()->Read(2048)) {

0 commit comments

Comments
 (0)