DNASequence/py_example.py

5 lines
82 B
Python
Raw Normal View History

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