Skip to content

Commit 8b20453

Browse files
update
1 parent 3b9800a commit 8b20453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: affymetrix/affymetrix.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AffymetrixParser extends Bio2RDFizer
3232
function __construct($argv) {
3333
parent::__construct($argv,"affymetrix");
3434
parent::addParameter('files',true,null,'all','');
35-
parent::addParameter('version',false,null,'33','to set another version to parse from');
35+
parent::addParameter('version',false,null,'35','to set another version to parse from');
3636
parent::addParameter('download_url',false,null,'http://www.affymetrix.com/support/technical/annotationfilesmain.affx','');
3737
parent::initialize();
3838
}

0 commit comments

Comments
 (0)