Skip to content

Error with fragment picking #223

Answered by roccomoretti
wendi-luo asked this question in Rosetta
Discussion options

You must be logged in to vote

It looks like your input files have DOS/Windows line endings ('\r\n'). The issue is that when Rosetta reads in your fasta sequence, it expects Unix-style line endings ('\n'). This means that you have an "extra" '\r' character in your query sequence. As such, it runs this check and sees that 11 is not equal to 10 and you get the error message you see.

The fix is to run the dos2unix program over your input files. This will convert the line endings to their proper form for a Mac/Linux machine, and you won't get spurious '\r' characters messing things up.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wendi-luo
Comment options

Answer selected by wendi-luo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants