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
96d867c7
There was a problem fetching the pipeline stages.
Commit
96d867c7
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix versions.
parent
7b47be12
1 merge request
!23
Resolve "Output software versions and methods and references"
Pipeline
#3545
failed with stages
in 2 hours, 50 minutes, and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+12
-12
12 additions, 12 deletions
workflow/main.nf
with
12 additions
and
12 deletions
workflow/main.nf
+
12
−
12
View file @
96d867c7
...
...
@@ -132,7 +132,7 @@ process alignReads {
input:
set sampleId, reads, experimentId, biosample, factor, treatment, replicate, controlId from trimmedReads
file index from bwaIndex.
firs
t()
file index from bwaIndex.
distinc
t()
output:
...
...
@@ -491,17 +491,17 @@ process softwareReport {
input:
file
trimReads_vf
from trimReadsVersions.collect().
firs
t()
file
alignReads_vf
from alignReadsVersions.collect().
firs
t()
file
filterReads_vf
from filterReadsVersions.collect().
firs
t()
file
convertReads_vf
from convertReadsVersions.collect().
firs
t()
file
crossReads_vf
from crossReadsVersions.collect().
firs
t()
file
callPeaksMACS_vf
from callPeaksMACSVersions.collect().
firs
t()
file
consensusPeaks_vf
from consensusPeaksVersions.collect().
firs
t()
file
peakAnnotation_vf
from peakAnnotationVersions.collect().
firs
t()
file
motifSearch_vf
from motifSearchVersions.collect().
firs
t().ifEmpty()
file
diffPeaks_vf
from diffPeaksVersions.collect().
firs
t().ifEmpty()
file
experimentQC_vf
from experimentQCVersions.collect().
firs
t()
file
('version_*.txt')
from trimReadsVersions.collect().
distinc
t()
file
('version_*.txt')
from alignReadsVersions.collect().
distinc
t()
file
('version_*.txt')
from filterReadsVersions.collect().
distinc
t()
file
('version_*.txt')
from convertReadsVersions.collect().
distinc
t()
file
('version_*.txt')
from crossReadsVersions.collect().
distinc
t()
file
('version_*.txt')
from callPeaksMACSVersions.collect().
distinc
t()
file
('version_*.txt')
from consensusPeaksVersions.collect().
distinc
t()
file
('version_*.txt')
from peakAnnotationVersions.collect().
distinc
t()
file
('version_*.txt')
from motifSearchVersions.collect().
distinc
t().ifEmpty()
file
('version_*.txt')
from diffPeaksVersions.collect().
distinc
t().ifEmpty()
file
('version_*.txt')
from experimentQCVersions.collect().
distinc
t()
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