Open colindaven opened 2 years ago
Parse a list of raw DNA seqs, eg in bash with
while read p; do echo "$p" done <x.txt
Parse a list of raw DNA seqs, eg in bash with