DNASequence/py_example.py

5 lines
84 B
Python
Raw Permalink Normal View History

2024-09-21 14:32:34 +00:00
import dna
2024-09-21 16:17:07 +00:00
# help(dna)
2024-09-21 14:32:34 +00:00
dna.dna_reverse("filteredReads.txt","reversedSequence.txt")