Ranch error: sequence without chain ID found #1929
-
Hi all, I'm having issues setting up ranch. I keep getting this error: error: assignment.txt: sequence without chain ID found, must be single letter A-Z Using the following input: ranch --repetitions 10000 --prefix pool/pep_ sequence.fasta assignment.txt and input files: cat assignment.txt sequence.fasta I have used 'od -c' and 'echo -n "A 1 551 disordered" > assignment.txt' to make sure there weren't any hidden characters, but no matter what I do, the A does not seem to be recognised. How should I proceed? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please try to run the application in this way: |
Beta Was this translation helpful? Give feedback.
Please try to run the application in this way:
ranch --repetitions 10000 --prefix pool/pep_ assignment.txt sequence.fasta