Skip to content

Commit

Permalink
stitch error
Browse files Browse the repository at this point in the history
  • Loading branch information
davek44 committed May 10, 2024
1 parent bfcee4d commit f8a374b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/baskerville/scripts/hound_snp.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ def main():
if options.targets_file is None:
parser.error("Must provide targets file")

if options.cluster_snps_pct > 0 and options.indel_stitch:
parser.error("Cannot use --cluster_snps_pct and --indel_stitch together")

#################################################################
# check if the program is run on GPU, else quit
physical_devices = tf.config.list_physical_devices()
Expand Down

0 comments on commit f8a374b

Please sign in to comment.