Skip to content

Commit d2def31

Browse files
Merge branch 'release3' of github.com:micheldumontier/bio2rdf-scripts into release3
2 parents 517c03c + be45220 commit d2def31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ncbigene/ncbigene.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function __construct($argv) {
6666
// set and print application parameters
6767
parent::addParameter('files',true,'all|geneinfo|gene2accession|gene2ensembl|gene2go|gene2pubmed|gene2refseq|gene2sts|gene2unigene|gene2vega','','files to process');
6868
parent::addParameter('download_url',false,null,'ftp://ftp.ncbi.nih.gov/gene/DATA/');
69-
parent::addParameter('limit_organisms',false,'true|false','false','flag to use specified organisms');
69+
parent::addParameter('limit_organisms',false,'true|false','true','flag to use specified organisms');
7070
parent::addParameter('organisms',false,null,implode(",",array_keys($this->default_taxids)),'taxonomy ids for organisms to process');
7171
parent::initialize();
7272
}//constructor

taxonomy/taxonomy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function Run(){
157157
|| $k == "gencode" || $k == "division"
158158
|| $k == "gi_taxid_prot" || $k == "gi_taxid_nucl"){
159159

160-
if($k !== 'names') continue;
160+
//if($k !== 'citations') continue;
161161
$fpin = $zin->getStream($fn);
162162

163163
if(!$fpin){

0 commit comments

Comments
 (0)