mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fixed a bug in fasta_formatter tool test case, which was causing the functional tests to fail.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<!-- Re-format a FASTA file into a single line -->
|
||||
<param name="input" value="fasta_formatter1.fasta" />
|
||||
<param name="width" value="0" />
|
||||
<output name="output" file="fastx_formatter1.out" />
|
||||
<output name="output" file="fasta_formatter1.out" />
|
||||
</test>
|
||||
<test>
|
||||
<!-- Re-format a FASTA file into multiple lines wrapping at 60 charactes -->
|
||||
|
||||
Reference in New Issue
Block a user