# bug in fasta/q filter module * some missing escapes, check that ```` # possible untested solution sed ':a;N;/^>/M!s/\\n//;ta;P;D' ${fasta} |\\ ````