Skip to content

Commit

Permalink
Tighten conversion target input
Browse files Browse the repository at this point in the history
This way we test that conversion to txt occurs via fasta, not the fasta
to tabular converter.
  • Loading branch information
mvdbeek committed Nov 19, 2024
1 parent f559ced commit 974d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tools/implicit_conversion_format_input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cut -f 1 '$input1' > '$output1'
</command>
<inputs>
<param type="data" format="fasta" name="input1" label="Input 1" />
<param type="data" format="txt" name="input1" label="Input 1" />
</inputs>
<outputs>
<data name="output1" format="input" />
Expand Down

0 comments on commit 974d7e5

Please sign in to comment.