Skip to content

Commit ebe30ef

Browse files
authored
remove unneeded change
1 parent 55598a6 commit ebe30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/local/deseq2_qc/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ process DESEQ2_QC {
8282
touch size_factors/\${i}.size_factors.RData
8383
done
8484
85-
cat <<-END_VERSIONS >|versions.yml
85+
cat <<-END_VERSIONS >versions.yml
8686
"${task.process}":
8787
r-base: \$(echo \$(R --version 2>&1) | sed 's/^.*R version //; s/ .*\$//')
8888
bioconductor-deseq2: \$(Rscript -e "library(DESeq2); cat(as.character(packageVersion('DESeq2')))")

0 commit comments

Comments
 (0)