File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ Options:
7171 --no_sg_reciprocal Don't use a reciprocal overlap for the filter option
7272 --outdir Directory where resultfiles are stored (default: results)
7373 --prefix Prefix for result filenames (default: no prefix)
74+ --mask_dir_artifacts
75+ Directory with bed files for artifact filtering (default: mask_artifacts)
76+ --mask_dir_cohort
77+ Directory with bed files for cohort filtering (default: mask_cohort)
7478```
7579
7680The log file ` .nextflow.log ` will be produced when running and can be monitored
Original file line number Diff line number Diff line change @@ -444,6 +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)'
447451 log. info ' '
448452}
449453
You can’t perform that action at this time.
0 commit comments