Skip to content

Commit

Permalink
swap to nextflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Nov 21, 2024
1 parent 244a072 commit 2023aef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 0 additions & 8 deletions modules/nf-core/parabricks/deepvariant/tests/gvcf.config

This file was deleted.

12 changes: 9 additions & 3 deletions modules/nf-core/parabricks/deepvariant/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nextflow_process {

test("human - bam - intervals") {

config './copy.config'
config './nextflow.config'

when {
process {
Expand Down Expand Up @@ -75,9 +75,12 @@ nextflow_process {

test("human - bam - intervals - gvcf") {

config './gvcf.config'
config './nextflow.config'

when {
params {
module_args = '--gvcf'
}
process {
"""
input[0] = [
Expand Down Expand Up @@ -139,10 +142,13 @@ nextflow_process {

test("human - bam - intervals - gvcf - stub") {

config './gvcf.config'
config './nextflow.config'
options "-stub"

when {
params {
module_args = '--gvcf'
}
process {
"""
input[0] = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process {

withName: 'PARABRICKS_DEEPVARIANT' {
ext.args = params.module_args
stageInMode = 'copy'
}

Expand Down

0 comments on commit 2023aef

Please sign in to comment.