Skip to content

Commit

Permalink
Check for strand-specific databases
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Jul 29, 2021
1 parent 8dffc61 commit 5facf69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PopPUNK/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ def main():
codon_phased = False
print("Codon phased seeds:\t\t" + str(codon_phased))

if 'use_rc' in ref_db.keys():
use_rc = ref_db['sketches'].attrs['use_rc'] == 1
print("Uses canonical k-mers:\t" + str(use_rc))

# Stop if requested
if args.simple:
sys.exit(0)
Expand Down

0 comments on commit 5facf69

Please sign in to comment.