[hg] galaxy 2693: Modification for input datatype in the splitter:w
details: http://www.bx.psu.edu/hg/galaxy/rev/b179523d7d78 changeset: 2693:b179523d7d78 user: anton@nekrut-mbp.bx.psu.edu date: Tue Sep 15 10:30:54 2009 -0400 description: Modification for input datatype in the splitter:w 1 file(s) affected in this change: tools/metag_tools/split_paired_reads.xml diffs (21 lines): diff -r ba884f1a6b81 -r b179523d7d78 tools/metag_tools/split_paired_reads.xml --- a/tools/metag_tools/split_paired_reads.xml Tue Sep 15 10:15:42 2009 -0400 +++ b/tools/metag_tools/split_paired_reads.xml Tue Sep 15 10:30:54 2009 -0400 @@ -4,7 +4,7 @@ split_paired_reads.py $input $output1 $output2 </command> <inputs> - <param name="input" type="data" format="fastqsolexa" label="Your paired-end file" /> + <param name="input" type="data" format="fastqsolexa,fastqsanger" label="Your paired-end file" /> </inputs> <outputs> <data name="output1" format="fastqsolexa"/> @@ -20,7 +20,7 @@ **What it does** -Splits a single fastq datasret representing paired-end run into two datasets (one for each end). This tool works only for datasets where both ends have **the same** length. +Splits a single fastq dataset representing paired-end run into two datasets (one for each end). This tool works only for datasets where both ends have **the same** length. -----
participants (1)
-
Nate Coraor