Skip to content

Commit

Permalink
Fix bug in --auto-strand from #120
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jul 25, 2017
1 parent 4e4a0ad commit 1a57d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyfaidx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def fetch_sequence(args, fasta, name, start=None, end=None):
sequence = sequence.complement
if args.reverse:
sequence = sequence.reverse
if args.auto_strand:
sequence = sequence.complement
if args.no_output:
return
if args.no_names:
Expand Down

0 comments on commit 1a57d1d

Please sign in to comment.