Previous changeset 0:307cd074fa95 (2015-05-27) Next changeset 2:91cce7c1436d (2015-09-03) |
Commit message:
planemo upload for repository https://bitbucket.org/drosofff/gedtools/ |
modified:
yac.xml |
b |
diff -r 307cd074fa95 -r 8a8f62b4bf27 yac.xml --- a/yac.xml Wed May 27 17:40:52 2015 -0400 +++ b/yac.xml Wed Jun 24 17:06:30 2015 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="yac" name="Clip adapter" version="1.3.3"> +<tool id="yac" name="Clip adapter" version="1.3.5"> <description /> <command interpreter="python">yac.py --input $input --output $output @@ -39,10 +39,11 @@ </conditional> </inputs> <outputs> - <data format="fasta" metadata="input" name="output" /> - <change_format> - <when format="fastq" input="out_format" value="fastq" /> - </change_format> + <data format="fasta" metadata_source="input" name="output"> + <change_format> + <when input="out_format" value="fastq" format="fastq" /> + </change_format> + </data> </outputs> <tests> <test> |