Skip to content
Snippets Groups Projects
Commit 9894e341 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update main.nf

parent a7adaad5
Branches
Tags
1 merge request!45Develop
Pipeline #4724 passed with stages
in 2 minutes and 19 seconds
......@@ -8,7 +8,6 @@ main.nf
*
*/
// Define Input variables
params.name = "run"
params.bcl = "${baseDir}/../test_data/*.tar.gz"
......@@ -17,7 +16,6 @@ params.outDir = "${baseDir}/output"
params.multiqcConf = "${baseDir}/conf/multiqc_config.yaml"
params.references = "${baseDir}/../docs/references.md"
// Define List of Files
tarList = Channel
.fromPath( params.bcl )
......@@ -25,7 +23,6 @@ bclCount = Channel
.fromPath( params.bcl )
.count()
// Define regular variables
name = params.name
designLocation = Channel
......@@ -204,4 +201,4 @@ process multiqc {
multiqc -c ${multiqcConf} .
"""
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment