
grep -A 1 -Ff haemo.txt dna_sequences.fasta | grep -v -- "^--$" > haemo_new.txt

