Skip to content

Commit 931c803

Browse files
authored
Merge pull request #1113 from nf-core/dsl2-metagenomics-testdata
Update Metagenomics Test-Datasets
2 parents 6b02a40 + 3346a63 commit 931c803

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/test_krakenuniq.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ params {
3232
// Metagenomics
3333
run_metagenomics = true
3434
metagenomics_profiling_tool = 'krakenuniq'
35-
metagenomics_profiling_database = params.pipelines_testdata_base_path + 'eager/databases/krakenuniq/testdb-krakenuniq.tar.gz'
35+
metagenomics_profiling_database = params.pipelines_testdata_base_path + 'eager/databases/krakenuniq/eager3-mammoth-minimal.tar.gz'
3636
}

conf/test_metaphlan.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ params {
2424
config_profile_description = 'Minimal test dataset to check the metagenomics metaphlan4 pipeline function'
2525

2626
// Input data
27-
input = params.pipelines_testdata_base_path + 'eager/testdata/Mammoth/samplesheet_v3.tsv'
27+
input = params.pipelines_testdata_base_path + 'eager/testdata/Mammoth/samplesheet_v3_TOYMETAPHLAN.csv'
2828

2929
// Genome references
3030
fasta = params.pipelines_testdata_base_path + 'eager/reference/Mammoth/Mammoth_MT_Krause.fasta'

0 commit comments

Comments
 (0)