colindaven / rs_demultiplex

Simple demultiplexing of FASTQ, one oligo (barcode) at a time
7 stars 1 forks source link

write raw text parsing input script #7

Open colindaven opened 2 years ago

colindaven commented 2 years ago

Parse a list of raw DNA seqs, eg in bash with

while read p; do
  echo "$p"
done <x.txt