Mercurial > repos > cheanney > db2db
changeset 4:0895298631ea draft
Uploaded
author | cheanney |
---|---|
date | Thu, 09 Jul 2015 09:38:54 -0400 |
parents | d4e959143115 |
children | 12f1daa213cd |
files | db2db.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/db2db.xml Tue Jul 07 13:02:00 2015 -0400 +++ b/db2db.xml Thu Jul 09 09:38:54 2015 -0400 @@ -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>