# HG changeset patch # User jampradinuk # Date 1336684775 14400 # Node ID 84889c68396d09f0040670c5ee7affd2b1a16787 # Parent f87183778470722efc898dfb5b015fcdd316f565 Uploaded diff -r f87183778470 -r 84889c68396d fastq_paired_reads_convention.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq_paired_reads_convention.xml Thu May 10 17:19:35 2012 -0400 @@ -0,0 +1,37 @@ + + to conventional (/1 and /2) + fastq_paired_reads_convention.pl $input $left_out $right_out + + + + + + + + **What it does** + + This tool takes a paired ends fastq file (with the first format below) and produces a left and right fastq file (with the second format below). + + ----- + + **Example** + + Data like this:: + + 335'898(:0&&&0&070&&05085-55538<<-5>999-550--5&559>9<8<<(&&)&(+(((&&0&(+(&)&&&)(&((((((((+(&&((+++(((+((& + ]]> + + will produce an empty right file and a left file with one entry like this:: + + 335'898(:0&&&0&070&&05085-55538<<-5>999-550--5&559>9<8<<(&&)&(+(((&&0&(+(&)&&&)(&((((((((+(&&((+++(((+((& + ]]> + +