Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
chipseq_analysis
Commits
b005d6f8
There was a problem fetching the pipeline stages.
Commit
b005d6f8
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix version variables.
parent
8208d10e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!23
Resolve "Output software versions and methods and references"
Pipeline
#3548
canceled with stages
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+11
-11
11 additions, 11 deletions
workflow/main.nf
with
11 additions
and
11 deletions
workflow/main.nf
+
11
−
11
View file @
b005d6f8
...
...
@@ -491,17 +491,17 @@ process softwareReport {
input:
file trimReadsVersions.distinct().collect()
file alignReadsVersions.distinct().collect()
file filterReadsVersions.distinct().collect()
file convertReadsVersions.distinct().collect()
file crossReadsVersions.distinct().collect()
file callPeaksMACSVersions.distinct().collect()
file consensusPeaksVersions.distinct().collect()
file peakAnnotationVersions.distinct().collect()
file motifSearchVersions.distinct().collect().ifEmpty()
file diffPeaksVersions.distinct().collect().ifEmpty()
file experimentQCVersions.distinct().collect()
file
trimReads_vf from
trimReadsVersions.distinct().collect()
file
alignReads_vf from
alignReadsVersions.distinct().collect()
file
filterReads_vf from
filterReadsVersions.distinct().collect()
file
convertReads_vf from
convertReadsVersions.distinct().collect()
file
crossReads_vf from
crossReadsVersions.distinct().collect()
file
callPeaksMACS_vf from
callPeaksMACSVersions.distinct().collect()
file
consensusPeaks_vf from
consensusPeaksVersions.distinct().collect()
file
peakAnnotation_vf from
peakAnnotationVersions.distinct().collect()
file
motifSearch_vf from
motifSearchVersions.distinct().collect().ifEmpty()
file
diffPeaks_vf from
diffPeaksVersions.distinct().collect().ifEmpty()
file
experimentQC_vf from
experimentQCVersions.distinct().collect()
output:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment