details:
http://www.bx.psu.edu/hg/galaxy/rev/200e243a28e0
changeset: 2775:200e243a28e0
user: gua110
date: Fri Sep 25 10:45:10 2009 -0400
description:
Fix functional test for fastx_artifacts_filter tool.
1 file(s) affected in this change:
tools/fastx_toolkit/fastx_artifacts_filter.xml
diffs (21 lines):
diff -r 30fde8c9b03e -r 200e243a28e0 tools/fastx_toolkit/fastx_artifacts_filter.xml
--- a/tools/fastx_toolkit/fastx_artifacts_filter.xml Fri Sep 25 09:20:26 2009 -0400
+++ b/tools/fastx_toolkit/fastx_artifacts_filter.xml Fri Sep 25 10:45:10 2009 -0400
@@ -3,7 +3,7 @@
<command>zcat -f '$input' | fastx_artifacts_filter -v -o
"$output"</command>
<inputs>
- <param format="fasta,fastqsanger" name="input"
type="data" label="Library to filter" />
+ <param format="fasta,fastqsanger,fastqsolexa" name="input"
type="data" label="Library to filter" />
</inputs>
@@ -15,7 +15,7 @@
</test>
<test>
<!-- Filter FASTQ file -->
- <param name="input" value="fastx_artifacts2.fastq" />
+ <param name="input" value="fastx_artifacts2.fastq"
ftype="fastqsanger" />
<output name="output" file="fastx_artifacts2.out" />
</test>
</tests>