Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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_mkfastq
Commits
30ca743a
There was a problem fetching the pipeline stages.
Commit
30ca743a
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch '12-move.software.report' into 'develop'
Resolve "Move software version report to the bottom" Closes
#12
See merge request
!13
parents
ed3d36bf
338bf053
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!14
Develop
,
!13
Resolve "Move software version report to the bottom"
Pipeline
#3536
passed with stages
in 1 minute and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
workflow/scripts/.multiqc_config.yaml
+1
-3
1 addition, 3 deletions
workflow/scripts/.multiqc_config.yaml
workflow/scripts/generate_versions.py
+1
-1
1 addition, 1 deletion
workflow/scripts/generate_versions.py
with
6 additions
and
4 deletions
.gitignore
+
4
−
0
View file @
30ca743a
...
...
@@ -310,5 +310,9 @@ report*.html*
timeline*.html*
*~
*.tmp
*.swp
*.out
run*.sh
!.gitkeep
This diff is collapsed.
Click to expand it.
workflow/scripts/.multiqc_config.yaml
+
1
−
3
View file @
30ca743a
top_modules
:
-
'
Software
Versions'
module_order
:
-
bcl2fastq
-
fastqc
:
...
...
@@ -21,3 +18,4 @@ module_order:
target
:
'
'
path_filters
:
-
'
*_R2_*fastqc.zip'
-
custom_content
This diff is collapsed.
Click to expand it.
workflow/scripts/generate_versions.py
+
1
−
1
View file @
30ca743a
...
...
@@ -91,7 +91,7 @@ def main():
# Dump to YAML
print
(
'''
id:
'
S
oftware
V
ersions
'
id:
'
s
oftware
_v
ersions
'
section_name:
'
Software Versions
'
section_href:
'
https://git.biohpc.swmed.edu/BICF/Astrocyte/cellranger_mkfastq/
'
plot_type:
'
html
'
...
...
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