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

Add in if empty syntax.

parent 360482da
Branches
Tags
No related merge requests found
......@@ -499,8 +499,8 @@ process softwareReport {
file callPeaksMACS_vf from callPeaksMACSVersions.collect()
file consensusPeaks_vf from consensusPeaksVersions.collect()
file peakAnnotation_vf from peakAnnotationVersions.collect()
file motifSearch_vf from motifSearchVersions.collect()
file diffPeaks_vf from diffPeaksVersions.collect()
file motifSearch_vf from motifSearchVersions.collect().ifEmpty([])
file diffPeaks_vf from diffPeaksVersions.collect().ifEmpty([])
file experimentQC_vf from experimentQCVersions.collect()
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