# HG changeset patch # User jampradinuk # Date 1336682215 14400 # Node ID f07f9188fcdbcc097d08336cbfb9f3429f4d9832 # Parent 50905eb47f2d4af671f43ac0193af5cb2daa092d Uploaded diff -r 50905eb47f2d -r f07f9188fcdb fastq_paired_reads_convention.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq_paired_reads_convention.xml Thu May 10 16:36:55 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&(+(&)&&&)(&((((((((+(&&((+++(((+((& + ]]> + +