mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Clean up ivar trim main.nf
This commit is contained in:
parent
7c9766962d
commit
ed74d366bf
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
#!/usr/bin/env nextflow
|
||||
|
||||
nextflow.enable.dsl = 2
|
||||
params.publish_dir_mode = 'link'
|
||||
params.enable_conda = false
|
||||
params.run_id = "test-run"
|
||||
|
||||
include { IVAR_TRIM } from '../../../../software/ivar/trim/main.nf' addParams([:])
|
||||
|
||||
|
|
Loading…
Reference in a new issue