Skip to content

Commit df584eb

Browse files
committed
minor update to constructor
1 parent 3cea3a2 commit df584eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hgnc/hgnc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class HGNCParser extends Bio2RDFizer {
3535
private $version = 2.0;
3636
function __construct($argv){
3737
parent::__construct($argv, "hgnc");
38-
//parent::addParameter('files', true, 'hgnc_complete_set', 'hgnc_complete_set', 'The filename of the complete HGNC dataset');
3938
parent::addParameter('files',true,'all','all','files to process');
4039
parent::addParameter('download_url',false,null,'ftp://ftp.ebi.ac.uk/pub/databases/genenames/hgnc_complete_set.txt.gz');
4140
parent::initialize();

0 commit comments

Comments
 (0)