Skip to content

Commit

Permalink
Fix deseq2 module due to default set -C
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Oct 11, 2024
1 parent 806ba77 commit b652a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/local/deseq2_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ process DESEQ2_QC {
sed -i -e 's/DESeq2 /${meta.id} DESeq2 /g' tmp.txt
cat tmp.txt ${prefix}.pca.vals.txt > ${prefix}.pca.vals_mqc.tsv
set +C
sed 's/deseq2_clustering/deseq2_clustering_${task.index}/g' <$deseq2_clustering_header >tmp.txt
sed -i -e 's/DESeq2 /${meta.id} DESeq2 /g' tmp.txt
cat tmp.txt ${prefix}.sample.dists.txt > ${prefix}.sample.dists_mqc.tsv
Expand Down

0 comments on commit b652a5c

Please sign in to comment.