File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)'
You can’t perform that action at this time.
0 commit comments