Skip to content

Commit a4a5f11

Browse files
committed
updated test_glosed.config to use the scaled-down glosed database hosted at nf-core/test-datasets
1 parent 4fa332f commit a4a5f11

1 file changed

Lines changed: 14 additions & 23 deletions

File tree

conf/test_glosed.config

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
1-
/*
2-
========================================================================================
3-
Nextflow config file for running minimal tests with GloSED database
4-
========================================================================================
5-
Defines input files and everything required to run a fast and simple pipeline test
6-
using the GloSED (Global Standardised Soil Eukaryome Dataset) reference database.
7-
8-
Use as follows:
9-
nextflow run nf-core/ampliseq -profile test_glosed,<docker/singularity> --outdir <OUTDIR>
10-
11-
----------------------------------------------------------------------------------------
12-
*/
13-
14-
process {
15-
resourceLimits = [
16-
cpus: 4,
17-
memory: '256.GB',
18-
time: '2.h'
19-
]
20-
}
21-
221
params {
232
config_profile_name = 'Test profile for GloSED database'
243
config_profile_description = 'Minimal test dataset to verify pipeline function with GloSED reference database'
254

26-
// Input data
275
FW_primer = "GTGYCAGCMGCCGCGGTAA"
286
RV_primer = "GGACTACNVGGGTWTCTAAT"
297
input = params.pipelines_testdata_base_path + "ampliseq/samplesheets/Samplesheet.tsv"
308
dada_ref_taxonomy = "glosed"
31-
329
skip_qiime = true
10+
11+
// IMPORTANT: override the actual database map used by the workflow
12+
dada_ref_databases.glosed = [
13+
title:"GloSED - Global standardised Soil Eukaryome Dataset",
14+
file:[
15+
"https://raw.githubusercontent.com/nf-core/test-datasets/ampliseq/GloSED__OTU_sequences_first1k.fasta.zip",
16+
"https://raw.githubusercontent.com/nf-core/test-datasets/ampliseq/GloSED_Taxonomy_first1k.tsv.zip"
17+
],
18+
citation:"Sundh J, Larsson E, Nilsson RH, et al. GloSED fungal ITS database. Zenodo. https://zenodo.org/records/17827890",
19+
fmtscript:"taxref_reformat_glosed.sh",
20+
dbversion:"GloSED test subset (first1k)"
21+
]
3322
}
23+
24+

0 commit comments

Comments
 (0)