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

Rename illumina_QC to Short_reads_qc

	Ref: #106
parent 227313c7
No related branches found
No related tags found
1 merge request!22Integration new technology Short Reads
Pipeline #226798 failed
......@@ -32,10 +32,10 @@ params.summary.collect{k,v -> println "$k : $v"}
NAMED WORKFLOW FOR PIPELINE
========================================================================================
*/
include { ILLUMINA_QC } from "$baseDir/workflow/illumina_qc.nf"
include { SHORT_READS_QC } from "$baseDir/workflow/illumina_qc.nf"
workflow QC_ANALYSIS {
ILLUMINA_QC()
workflow PLAGE {
SHORT_READS_QC()
}
/*
......@@ -45,5 +45,5 @@ workflow QC_ANALYSIS {
*/
workflow {
QC_ANALYSIS()
PLAGE()
}
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