Skip to content

Commit 352bff8

Browse files
committed
Renamed filter step into mask_cohort
1 parent 12ffc1d commit 352bff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Options:
6666
Callers: manta, fermikit
6767
Annotation: vep, snpeff
6868
Extra: normalize (with vt),
69-
filter (with bed files in mask_cohort/)
69+
mask_cohort (with bed files in mask_cohort/)
7070
--sg_mask_ovlp Fractional overlap for use with the filter option
7171
--no_sg_reciprocal Don't use a reciprocal overlap for the filter option
7272
--outdir Directory where resultfiles are stored (default: results)

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ process cohort_mask_vcfs {
203203
tag "$uuid $svfile"
204204

205205
executor choose_executor()
206-
when 'filter' in workflowSteps
206+
when 'mask_cohort' in workflowSteps
207207

208208
"""
209209
BNAME=\$( echo $svfile | cut -d. -f1 )
@@ -439,7 +439,7 @@ def usage_message() {
439439
log.info ' Callers: manta, fermikit'
440440
log.info ' Annotation: vep, snpeff'
441441
log.info ' Extra: normalize (with vt),'
442-
log.info ' filter (with bed files in mask_cohort/)'
442+
log.info ' mask_cohort (with bed files in mask_cohort/)'
443443
log.info ' --sg_mask_ovlp Fractional overlap for use with the filter option'
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)'

0 commit comments

Comments
 (0)