Skip to content

Commit

Permalink
Revise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jun 20, 2016
1 parent 84140e6 commit 1454495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_SeqIO_features.py
Expand Up @@ -191,7 +191,7 @@ def make_join_feature(f_list, ftype="misc_feature"):
f.type = ftype
if strand == -1:
# All reverse strand.
# Historical accident from GenBank parser means sub_features reversed
# Put into biological order for CompoundLocation
c_loc = CompoundLocation([f.location for f in f_list[::-1]])
else:
# All forward, or mixed strand
Expand Down

0 comments on commit 1454495

Please sign in to comment.