# HG changeset patch # User trinity_ctat # Date 1531842658 14400 # Node ID 67e77c3250020396664818508fedf49d6e08a897 Upload ctat tools. diff -r 000000000000 -r 67e77c325002 ctat_clean_headers.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ctat_clean_headers.xml Tue Jul 17 11:50:58 2018 -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. + + + +