Skip to content

Commit 87eef9b

Browse files
committed
forgot to change datatype in py wrapper - fixed #2
1 parent c93d2eb commit 87eef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veritymap/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main(assembly_fnames, reads_fname, labels, out_dir, threads, no_reuse, is_ca
3838
sys.exit(2)
3939

4040
if not datatype:
41-
datatype = "hifi"
41+
datatype = "hifi-haploid-complete"
4242

4343
list_labels = [None] * len(assembly_fnames)
4444
if labels:

0 commit comments

Comments
 (0)