mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix(bedtools): Add header param
This commit is contained in:
parent
a984c1be7c
commit
b16226c09c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env nextflow
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { BEDTOOLS_SLOP as BEDTOOLS_SLOP_S } from '../main.nf' addParams( options: [ publish_dir:'test_asymmetrical' ] )
|
||||
include { BEDTOOLS_SLOP as BEDTOOLS_SLOP_AS } from '../main.nf' addParams( options: [ publish_dir:'test_symmetrical' ] )
|
||||
include { BEDTOOLS_SLOP as BEDTOOLS_SLOP_S } from '../main.nf' addParams( options: [ publish_dir:'test_asymmetrical' ], header: true )
|
||||
include { BEDTOOLS_SLOP as BEDTOOLS_SLOP_AS } from '../main.nf' addParams( options: [ publish_dir:'test_symmetrical' ], header: true )
|
||||
|
||||
// To run with header and pct enabled, type --pct true and --header true with nextflow run command.
|
||||
|
||||
|
|
Loading…
Reference in a new issue