| Previous changeset 6:b4e6819b25ef (2021-07-13) Next changeset 8:62f5fab76dfb (2022-01-08) |
|
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwameth commit 8d6c5d539aa6689006776c1f6b2be9067bcf9d23" |
|
modified:
bwameth.xml |
| b |
| diff -r b4e6819b25ef -r 6da3972210ee bwameth.xml --- a/bwameth.xml Tue Jul 13 13:56:29 2021 +0000 +++ b/bwameth.xml Sat Nov 27 10:04:48 2021 +0000 |
| b |
| @@ -125,7 +125,9 @@ </outputs> <tests> <test> - <param name="referenceSource" value="history" /> + <conditional name="referenceSource"> + <param name="source" value="history" /> + </conditional> <param name="reference" value="ref.fa.gz" /> <param name="single_or_paired_opts" value="paired" /> <param name="input_mate1" value="t_R1.fastq.gz"/> @@ -133,7 +135,9 @@ <output file="output.bam" ftype="bam" name="output" lines_diff="4"/><!-- allow for HD and PG lines diff--> </test> <test> - <param name="referenceSource" value="history" /> + <conditional name="referenceSource"> + <param name="source" value="history" /> + </conditional> <param name="reference" value="ref.fa.gz" /> <param name="single_or_paired_opts" value="paired_collection" /> <param name="input_mate1"> |