Write a program that reads in the file “dna.seq” and counts the number of sequences with the following properties:The total number of sequences in the file,The number of sequences that have the pattern CTATA.
The file “dna.seq” consists of several DNA sequences. Write a program that reads in the file “dna.seq” and counts the number of sequences with the following properties: • The total number of sequences in the file. • The number of sequences that have the pattern CTATA. • The number of sequences that have more than […]