Skip to content

Commit

Permalink
minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiski committed May 20, 2024
1 parent 9cae489 commit 2577ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_sequence_tree.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest
from Bio.Seq import Seq
from intervaltree import Interval, IntervalTree
from genefeatures.sequence_tree import SequenceTree
from genefeatures import gtf_tools as gt

Expand Down Expand Up @@ -61,7 +60,7 @@ def test_get_sequence(self):
seq = st.sequence
self.assertIsInstance(seq, Seq)
self.assertIn("A" or "C" or "G" or "T", seq)

def test_get_coding_seq(self):
st = SequenceTree.from_gtf_gff(self.gtf)
st.read_sequence(self.fasta)
Expand Down

0 comments on commit 2577ab0

Please sign in to comment.