Skip to content

Commit e09443f

Browse files
committed
clean up test configs a little
1 parent 89768bb commit e09443f

4 files changed

Lines changed: 6 additions & 40 deletions

File tree

conf/test.config

Lines changed: 0 additions & 34 deletions
This file was deleted.

conf/test_assembly.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ params {
2525
// Input data
2626
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
2727
// TODO nf-core: Give any required params for the test so that command line flags are not needed
28-
input_assembly = 'assets/samplesheet_assembly.csv'
28+
input = 'assets/samplesheet_assembly.csv'
2929

30-
//mode = "mags"
31-
//ena_genome_study_accession = "PRJEB98843"
32-
//centre_name = "TEST_CENTER"
30+
mode = "metagenomic_assemblies"
31+
ena_genome_study_accession = "PRJEB98843"
32+
centre_name = "TEST_CENTER"
3333

3434
}

conf/test_genome.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params {
2525
// Input data
2626
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
2727
// TODO nf-core: Give any required params for the test so that command line flags are not needed
28-
input_genome = params.pipelines_testdata_base_path + 'seqsubmit/samplesheets/samplesheet_genomesubmit.csv'
28+
input = params.pipelines_testdata_base_path + 'seqsubmit/samplesheets/samplesheet_genomesubmit.csv'
2929

3030
mode = "mags"
3131
ena_genome_study_accession = "PRJEB98843"

nf-test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config {
1515
profile "test"
1616

1717
// list of filenames or patterns that should be trigger a full test run
18-
triggers 'nextflow.config', 'nf-test.config', 'conf/test.config', 'tests/nextflow.config', 'tests/.nftignore'
18+
triggers 'nextflow.config', 'nf-test.config', 'conf/test_genome.config', 'conf/test_assembly.config', 'tests/nextflow.config', 'tests/.nftignore'
1919

2020
// load the necessary plugins
2121
plugins {

0 commit comments

Comments
 (0)