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
Merge requests
!78
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
develop
Overview
0
Commits
15
Pipelines
2
Changes
11
Merged
Gervaise Henry
requested to merge
master
into
develop
4 years ago
Overview
0
Commits
15
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
927e3ba6
Prev
Next
Show latest version
1 file
+
2
−
2
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
927e3ba6
Add started time to multiqc
#77
· 927e3ba6
Gervaise Henry
authored
4 years ago
workflow/rna-seq.nf
+
2
−
2
Options
@@ -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