You are here

fragment_picker bug

1 post / 0 new
fragment_picker bug
#1

The fragment_picker executable barfs on carriage returns. Can something be done about this? I've added the following line to the make_fragments.pl script:

die "$file is a dos file, yuck! Get rid of carriage returns (\\r) or run dos2unix immediately!\n" if (m/\r/);

in the loop where the SEQFILE is read.

Post Situation: 
Wed, 2012-02-29 11:43
David Hoover