Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
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
BICF
Astrocyte
cellranger_count
Commits
24271608
Commit
24271608
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Change multiqc order and fic config param
parent
274c185c
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!53
Develop
,
!47
Resolve "Add MultiQC"
,
!46
Resolve "Add MultiQC"
,
!44
Add MultiQC to output. Add version and reference material. fix README
Pipeline
#4196
passed with stages
in 20 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/conf/multiqc_config.yaml
+6
-0
6 additions, 0 deletions
workflow/conf/multiqc_config.yaml
workflow/main.nf
+2
-2
2 additions, 2 deletions
workflow/main.nf
with
8 additions
and
2 deletions
workflow/conf/multiqc_config.yaml
+
6
−
0
View file @
24271608
...
...
@@ -54,3 +54,9 @@ table_columns_visible:
Reads Mapped Confidently to Exonic Regions
:
False
thousandsSep_format
:
'
'
report_section_order
:
Software_Versions
:
order
:
-1100
Software_References
:
order
:
-1200
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
2
−
2
View file @
24271608
...
...
@@ -56,7 +56,7 @@ forceCells = params.forceCells
chemistryParam = params.chemistryParam
version = params.version
outDir = params.outDir
multiqcConf = params.multiqc
multiqcConf = params.multiqc
Conf
references = params.references
...
...
@@ -286,6 +286,6 @@ process multiqc {
ulimit -a
awk 'FNR==1 && NR!=1{next;}{print}' *.tsv > metrics_summary_mqc.tsv
sed -i '1s/^.*\tE/Sample\tE/' metrics_summary_mqc.tsv
multiqc -c $multiqcConf
multiqc -c $multiqcConf
.
"""
}
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