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