Skip to content

Commit 1f7da1f

Browse files
committed
Removed unused var.
1 parent a994afe commit 1f7da1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ process artifact_mask_vcfs {
170170

171171
"""
172172
BNAME=\$( echo $svfile | cut -d. -f1 )
173-
MASK_FILE=\${BNAME}_artifact_masked.vcf
174173
MASK_DIR=$params.mask_dirs.masks_artifacts
175174
176175
# We don't want to change the filename in this process so we copy the

0 commit comments

Comments
 (0)