# HG changeset patch # User trinity_ctat # Date 1507301532 14400 # Node ID 1311b91e122dd6c845f68c4230aaa477f74199d7 Adding profile info and exit code behavior. Making version numbers consistent. Upping test number. diff -r 000000000000 -r 1311b91e122d clean_headers.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clean_headers.xml Fri Oct 06 10:52:12 2017 -0400 @@ -0,0 +1,31 @@ + + Clean read headers of fastq files + + perl + + + perl -lpe 'if (m/^[@+]/){ s/ //g}' "$input" > "$output" + + + + + + + + + + + + + + + + + Removes whitespace from the header of each read in a fastq file. If your Trinity run gives you errors with dying threads during the normalization step, try this tool on each input first. + + + +