We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55598a6 commit ebe30efCopy full SHA for ebe30ef
modules/local/deseq2_qc/main.nf
@@ -82,7 +82,7 @@ process DESEQ2_QC {
82
touch size_factors/\${i}.size_factors.RData
83
done
84
85
- cat <<-END_VERSIONS >|versions.yml
+ cat <<-END_VERSIONS >versions.yml
86
"${task.process}":
87
r-base: \$(echo \$(R --version 2>&1) | sed 's/^.*R version //; s/ .*\$//')
88
bioconductor-deseq2: \$(Rscript -e "library(DESeq2); cat(as.character(packageVersion('DESeq2')))")
0 commit comments