Skip to content

Commit 3b225ad

Browse files
committed
Updated filepath.
1 parent cb52845 commit 3b225ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SegDupAnalysis.snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ rule MappedSamIdentity:
14281428
grid_opts=config["grid_small"],
14291429
sd=SD,
14301430
shell:"""
1431-
{params.sd}/hmcnc/HMM/samToBed {input.mappedsam} --reportAccuracy > {output.mappedsambed}
1431+
{params.sd}/hmcnc/src/samToBed {input.mappedsam} --reportAccuracy > {output.mappedsambed}
14321432
"""
14331433

14341434
rule AddDepthCopyNumber:

0 commit comments

Comments
 (0)