Skip to content

Commit 99eeff0

Browse files
committed
update test adjacent files
1 parent 452850a commit 99eeff0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

nf-test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config {
1212

1313
// load the necessary plugins
1414
plugins {
15-
load "nft-bam@0.3.0"
15+
load "nft-bam@0.4.0"
1616
1717
}
1818
}

tests/nextflow.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ params {
1414
// for hisat2
1515
hisat2_build_memory = '3.GB'
1616

17-
validationSchemaIgnoreParams = 'genomes,igenomes_base,modules_testdata_base_path,pipelines_testdata_base_path'
18-
1917
// TODO: check if we rather do this or disable publishdir for all processes when testing modules/subworkflows
2018
outdir = 'results'
2119
}
@@ -31,7 +29,7 @@ process {
3129

3230
// Impose same minimum Nextflow version as the pipeline for testing
3331
manifest {
34-
nextflowVersion = '!>=23.04.0'
32+
nextflowVersion = '!>=24.04.2'
3533
}
3634

3735
// Disable all Nextflow reporting options

0 commit comments

Comments
 (0)