Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GUDMAP_RBK
RNA-seq
Commits
927e3ba6
Commit
927e3ba6
authored
4 years ago
by
Gervaise Henry
3
Browse files
Options
Downloads
Patches
Plain Diff
Add started time to multiqc
#77
parent
30197ae2
Branches
Branches containing commit
Tags
0.0.3
1 merge request
!78
Master
Pipeline
#8067
passed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/rna-seq.nf
+2
-2
2 additions, 2 deletions
workflow/rna-seq.nf
with
2 additions
and
2 deletions
workflow/rna-seq.nf
+
2
−
2
View file @
927e3ba6
...
...
@@ -1101,8 +1101,8 @@ process aggrQC {
fi
fi
echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
echo -e "Session\tSession ID\tPipeline Version\tInput" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.manifest.version}\t\${input}" >> run.tsv
echo -e "Session\tSession ID\
tStart Time\
tPipeline Version\tInput" > run.tsv
echo -e "Session\t${workflow.sessionId}\t${workflow.
start}\t${workflow.
manifest.version}\t\${input}" >> run.tsv
# make RID table
...
...
This diff is collapsed.
Click to expand it.
Gervaise Henry
@ghenry
mentioned in commit
6bc7f30f
·
4 years ago
mentioned in commit
6bc7f30f
mentioned in commit 6bc7f30f9c8c7512cb21e4a4ece6803a777336c4
Toggle commit list
Gervaise Henry
@ghenry
mentioned in merge request
!44 (merged)
·
4 years ago
mentioned in merge request
!44 (merged)
mentioned in merge request !44
Toggle commit list
Gervaise Henry
@ghenry
mentioned in commit
60452a9c
·
4 years ago
mentioned in commit
60452a9c
mentioned in commit 60452a9c99e03fbe6ea77d3a5aa62ad7fdeb3540
Toggle commit list
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