Skip to content
Snippets Groups Projects
Commit 6de1721c authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove output and rename touched files.

parent 6f6aa9d5
No related merge requests found
...@@ -419,7 +419,6 @@ process diffPeaks { ...@@ -419,7 +419,6 @@ process diffPeaks {
output: output:
file 'design_diffpeak_annotatePeaks.tsv' into diffPeaksDesignAnnotatePeaks, diffPeaksDesignMeme
file '*_diffbind.bed' into diffPeaks file '*_diffbind.bed' into diffPeaks
file '*_diffbind.csv' into diffPeaksCounts file '*_diffbind.csv' into diffPeaksCounts
file '*.pdf' into diffPeaksStats file '*.pdf' into diffPeaksStats
...@@ -430,8 +429,8 @@ process diffPeaks { ...@@ -430,8 +429,8 @@ process diffPeaks {
""" """
touch no_diffbind.bed touch no_diffbind.bed
touch no_diffbind.csv touch no_diffbind.csv
touch heatmap.pdf touch no_heatmap.pdf
touch pca.pdf touch no_pca.pdf
touch normcount_peaksets.txt touch normcount_peaksets.txt
""" """
} }
......
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