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

Fix version files.

parent 96d867c7
No related merge requests found
...@@ -491,17 +491,17 @@ process softwareReport { ...@@ -491,17 +491,17 @@ process softwareReport {
input: input:
file ('version_*.txt') from trimReadsVersions.collect().distinct() file trimReadsVersions.distinct().collect()
file ('version_*.txt') from alignReadsVersions.collect().distinct() file alignReadsVersions.distinct().collect()
file ('version_*.txt') from filterReadsVersions.collect().distinct() file filterReadsVersions.distinct().collect()
file ('version_*.txt') from convertReadsVersions.collect().distinct() file convertReadsVersions.distinct().collect()
file ('version_*.txt') from crossReadsVersions.collect().distinct() file crossReadsVersions.distinct().collect()
file ('version_*.txt') from callPeaksMACSVersions.collect().distinct() file callPeaksMACSVersions.distinct().collect()
file ('version_*.txt') from consensusPeaksVersions.collect().distinct() file consensusPeaksVersions.distinct().collect()
file ('version_*.txt') from peakAnnotationVersions.collect().distinct() file peakAnnotationVersions.distinct().collect()
file ('version_*.txt') from motifSearchVersions.collect().distinct().ifEmpty() file motifSearchVersions.distinct().collect().ifEmpty()
file ('version_*.txt') from diffPeaksVersions.collect().distinct().ifEmpty() file diffPeaksVersions.distinct().collect().ifEmpty()
file ('version_*.txt') from experimentQCVersions.collect().distinct() file experimentQCVersions.distinct().collect()
output: output:
......
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