Skip to content

Commit

Permalink
ensuring it works
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Dec 27, 2019
1 parent fd0559b commit 1d5545f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_code/test_repeatfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
pp = pprint.PrettyPrinter(indent=4)
pp.pprint(r)

sys.exit(0)

with open("test.fna", 'r') as f:
seqid = f.readline().strip()
fna = f.readline().strip()
Expand Down

0 comments on commit 1d5545f

Please sign in to comment.