Tuesday, April 18, 2017

Parse error at line 1: missing colon in auxiliary data

I had the same problem, but I could solve with two following command

sed 's/[ \t]*$//g' samfile > clean.sam(same with Thomas)
tr -d \\r < samfile > samfile.2

No comments:

Post a Comment