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

Add back matrix outputting

parent 301f1aa0
Branches master
Tags v0.1.0
No related merge requests found
...@@ -105,7 +105,7 @@ id.into { ...@@ -105,7 +105,7 @@ id.into {
*/ */
process renameGenes { process renameGenes {
tag "NCBI" tag "NCBI"
//publishDir "${outDir}/matrix", mode: 'copy', overwrite: false publishDir "${outDir}/matrix", mode: 'copy', overwrite: false
input: input:
file matrixRaw file matrixRaw
...@@ -224,4 +224,4 @@ process plotViolinBox { ...@@ -224,4 +224,4 @@ process plotViolinBox {
done < groups.txt done < groups.txt
wait wait
""" """
} }
\ 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