Skip to content

Commit

Permalink
drop sam support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthdsm authored Apr 21, 2021
1 parent f237d2d commit 2588e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisecondorX/convert_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def convert_reads(args):
sys.exit(1)
else:
logging.error(
"Unsupported input file type. Make sure your input filename has a correct extension (sam/bam/cram)")
"Unsupported input file type. Make sure your input filename has a correct extension ( bam or cram)")
sys.exit(1)

reads_seen = 0
Expand Down

0 comments on commit 2588e52

Please sign in to comment.