Previous changeset 3:d4e959143115 (2015-07-07) Next changeset 5:12f1daa213cd (2015-07-16) |
Commit message:
Uploaded |
modified:
db2db.xml |
b |
diff -r d4e959143115 -r 0895298631ea db2db.xml --- a/db2db.xml Tue Jul 07 13:02:00 2015 -0400 +++ b/db2db.xml Thu Jul 09 09:38:54 2015 -0400 |
b |
@@ -1,7 +1,7 @@ <tool id="db2db" name="db2db" version="1.0"> <description></description> <command interpreter="/usr/bin/php"> - /mnt/webrepo/fr-s-bsg-bio-d/htdocs/biodbnet_wrapper/db2dbRestClient.php input='$input' inputValues='$inputValues' outputs='$output' taxonId='$taxon' fileType='$filetype' > $result + db2dbRestClient.php input='$input' inputValues='$inputValues' outputs='$output' taxonId='$taxon' fileType='$filetype' > $result </command> <inputs> <param name="input" type="text" size="30" label="Enter an input ID name" /> @@ -37,6 +37,6 @@ **Usage** -/mnt/webrepo/fr-s-bsg-bio-d/htdocs/biodbnet_wrapper/db2dbClient.php input='Ensembl Gene ID' inputValues='ENSG00000121410, ENSG00000171428' ouptput='Gene Symbol, Ensembl Protein ID' taxonId='9606'(optional) +db2dbClient.php input='Ensembl Gene ID' inputValues='ENSG00000121410, ENSG00000171428' ouptput='Gene Symbol, Ensembl Protein ID' taxonId='9606'(optional) </help> </tool> |