Closed visze closed 3 years ago
When creating the design file in windows it can be that linebraeaks have characters like ^M.
^M
Using sed 's/\r//g' on the reference fasta file will sove that issue.
sed 's/\r//g'
When creating the design file in windows it can be that linebraeaks have characters like
^M
.Using
sed 's/\r//g'
on the reference fasta file will sove that issue.