@@ -170,7 +170,7 @@ process artifact_mask_vcfs {
170170
171171 """
172172 BNAME=\$ ( echo $svfile | cut -d. -f1 )
173- MASK_DIR=$params . mask_dir_artifacts
173+ MASK_DIR=$params . mask_artifacts_dir
174174
175175 # We don't want to change the filename in this process so we copy the
176176 # infile and remove the symbolic link. And then recreate the file at the
@@ -208,7 +208,7 @@ process cohort_mask_vcfs {
208208 """
209209 BNAME=\$ ( echo $svfile | cut -d. -f1 )
210210 MASK_FILE=\$ {BNAME}_cohort_masked.vcf
211- MASK_DIR=$params . mask_dir_cohort
211+ MASK_DIR=$params . mask_cohort_dir
212212
213213 cp $svfile workfile
214214 for mask in \$ MASK_DIR/*; do
@@ -444,10 +444,10 @@ def usage_message() {
444444 log. info ' --no_sg_reciprocal Don\' t use a reciprocal overlap for the filter option'
445445 log. info ' --outdir Directory where resultfiles are stored (default: results)'
446446 log. info ' --prefix Prefix for result filenames (default: no prefix)'
447- log. info ' --mask_dir_artifacts '
448- log. info ' Directory with bed files for artifact filtering (default: mask_artifacts)'
449- log. info ' --mask_dir_cohort '
450- log. info ' Directory with bed files for cohort filtering (default: mask_cohort)'
447+ log. info ' --mask_artifacts_dir '
448+ log. info ' Directory with bed files for artifact filtering (default: mask_artifacts/ )'
449+ log. info ' --mask_cohort_dir '
450+ log. info ' Directory with bed files for cohort filtering (default: mask_cohort/ )'
451451 log. info ' '
452452}
453453
0 commit comments