From 1a57d1d4a58f2463e96b5f12d72ddaa1d4fad2fc Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 25 Jul 2017 13:44:22 -0400 Subject: [PATCH] Fix bug in `--auto-strand` from #120 --- pyfaidx/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyfaidx/cli.py b/pyfaidx/cli.py index 633334c..96b72fc 100644 --- a/pyfaidx/cli.py +++ b/pyfaidx/cli.py @@ -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: