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
579959d8
Commit
579959d8
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Update multiqc run table for reporting convenience
#72
parent
5f48c1c1
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!43
Develop
,
!42
0.0.3
Pipeline
#8003
failed
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/conf/multiqc_config.yaml
+6
-1
6 additions, 1 deletion
workflow/conf/multiqc_config.yaml
workflow/rna-seq.nf
+2
-2
2 additions, 2 deletions
workflow/rna-seq.nf
with
8 additions
and
3 deletions
workflow/conf/multiqc_config.yaml
+
6
−
1
View file @
579959d8
...
...
@@ -67,9 +67,12 @@ custom_data:
plot_type
:
'
table'
pconfig
:
id
:
'
run'
format
:
'
{:,.0f}'
scale
:
false
format
:
'
{}'
headers
:
Session
Session ID
Pipeline Version
rid
:
file_format
:
'
tsv'
section_name
:
'
RID'
...
...
@@ -77,6 +80,8 @@ custom_data:
plot_type
:
'
table'
pconfig
:
id
:
'
rid'
scale
:
false
format
:
'
{}'
headers
:
Replicate RID
Experiment RID
...
...
This diff is collapsed.
Click to expand it.
workflow/rna-seq.nf
+
2
−
2
View file @
579959d8
...
...
@@ -1065,8 +1065,8 @@ process aggrQC {
# make run table
echo -e "LOG: creating run table" >> ${repRID}.aggrQC.log
echo -e "Session ID\tPipeline Version" > run.tsv
echo -e "${workflow.sessionId}\t${workflow.manifest.version}" >> run.tsv
echo -e "Session
\tSession
ID\tPipeline Version" > run.tsv
echo -e "
Session\t
${workflow.sessionId}\t${workflow.manifest.version}" >> run.tsv
# make RID table
echo -e "LOG: creating RID table" >> ${repRID}.aggrQC.log
...
...
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