Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/calico/basenji
Browse files Browse the repository at this point in the history
ok
  • Loading branch information
davek44 committed Sep 16, 2017
2 parents ae205af + 94242e5 commit bfe57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basenji/batcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def next(self, fwdrc=True, shift=0):
# reverse complement and shift
if Xb is not None:
Xb = basenji.dna_io.hot1_augment(Xb, fwdrc, shift)
if fwdrc:
if not fwdrc:
if Yb is not None:
Yb = Yb[:,::-1,:]
if NAb is not None:
Expand Down

0 comments on commit bfe57db

Please sign in to comment.