details: http://www.bx.psu.edu/hg/galaxy/rev/0f97b3048bc3 changeset: 2690:0f97b3048bc3 user: anton@nekrut-mbp.bx.psu.edu date: Mon Sep 14 15:27:55 2009 -0400 description: Modifications for fastq splitted help 2 file(s) affected in this change: tool_conf.xml.sample tools/metag_tools/split_paired_reads.xml diffs (23 lines): diff -r e58e140b89f7 -r 0f97b3048bc3 tool_conf.xml.sample --- a/tool_conf.xml.sample Mon Sep 14 14:54:11 2009 -0400 +++ b/tool_conf.xml.sample Mon Sep 14 15:27:55 2009 -0400 @@ -338,6 +338,7 @@ <tool file="visualization/genetrack.xml" /> </section> <section name="SAM Tools" id="samtools"> + <tool file="samtools/sam_bitwise_flag_filter.xml" /> <tool file="samtools/sam_to_bam.xml" /> <tool file="samtools/sam_merge.xml" /> <tool file="samtools/sam_pileup.xml" /> diff -r e58e140b89f7 -r 0f97b3048bc3 tools/metag_tools/split_paired_reads.xml --- a/tools/metag_tools/split_paired_reads.xml Mon Sep 14 14:54:11 2009 -0400 +++ b/tools/metag_tools/split_paired_reads.xml Mon Sep 14 15:27:55 2009 -0400 @@ -20,7 +20,7 @@ **What it does** -This tool splits a single paired-end file in half and returns two files with each ends. +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. -----