Skip to content
Snippets Groups Projects
Commit f6606dde authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Specify convert file to use

parent 299caa0a
No related merge requests found
......@@ -49,7 +49,7 @@ renameGenesScript = Channel.fromPath("$baseDir/scripts/renameGenes.R")
plotIdentGroupScript = Channel.fromPath("$baseDir/scripts/plotIdentGroup.R")
plotFeatureScript = Channel.fromPath("$baseDir/scripts/plotFeature.R")
plotViolinBoxScript = Channel.fromPath("$baseDir/scripts/plotViolinBox.R")
convertFiles = Channel.fromPath("$baseDir/files/*.txt")
convertFiles = Channel.fromPath("$baseDir/files/${convert}.to.NCBI.txt")
if (params.s3) {
if (params.consortium) {
......
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