Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 13, 2025
1 parent 8d00fc0 commit 01dfb5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anchorna/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def _cmd_view(fname_anchor, fname, mode='aa', align=None, score_use_fluke=None):
for seq in seqs:
fluke = anchor.sid[seq.id]
seq.data = '-' * (start - _apply_mode(fluke.start, fluke.offset, mode=mode)) + seq.data
print(seqs[:, -20:])
if mode == 'nt' and align is None and seqs[0].meta._fmt == 'stockholm':
# if input file is a stockholm file, just keep it if no changes for seqs
fname_seq = fname
Expand Down

0 comments on commit 01dfb5e

Please sign in to comment.