Mercurial > repos > jeltje > jtest1
changeset 1:a5f711786a86 draft default tip
Uploaded
author | jeltje |
---|---|
date | Wed, 07 Jan 2015 22:03:51 -0500 |
parents | 65489579eace |
children | |
files | myTools/toolExample.xml |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/myTools/toolExample.xml Wed Jan 07 14:10:22 2015 -0500 +++ b/myTools/toolExample.xml Wed Jan 07 22:03:51 2015 -0500 @@ -10,7 +10,7 @@ <tests> <test> - <param name="input" value="input.fa"/> + <param name="input" value="testinput.fa"/> <output name="out_file1" file="testoutput.txt"/> </test> </tests> @@ -18,13 +18,5 @@ <help> This tool computes GC content from a FASTA file. </help> - -<tests> - <test> - <param name="input1" value="in.fa" /> - <output name="output" file="out.txt" /> - </test> -</tests> - </tool>