# HG changeset patch # User trinity_ctat # Date 1523542338 14400 # Node ID 78547514909d612dc55106678f2dbcfe12a82e9c Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool. diff -r 000000000000 -r 78547514909d ctat_clean_headers.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ctat_clean_headers.xml Thu Apr 12 10:12:18 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. + + + +