Skip to content
Snippets Groups Projects
Commit 83d0333b authored by Jules Sabban's avatar Jules Sabban
Browse files

Detect Amplicon data_nature

parent 9e2e7ba0
No related branches found
No related tags found
1 merge request!24From V1.23.0 to V1.24.0
......@@ -182,7 +182,7 @@ workflow SHORT_READS_QC {
)
ch_versions = ch_versions.mix(RNA_QC.out.versions)
} else if (params.data_nature =~ "16S|Amplicon|METAGENOMIC|METATRANSCRIPTOMIC") {
} else if (params.data_nature =~ "16S|AMPLICON|METAGENOMIC|METATRANSCRIPTOMIC") {
DIVERSITY_QC(fastq
.collect{it[1]}
.flatten()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment