-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #603 from umccr/enhancement/add-ora-to-dragen-tran…
…scriptome-workflow Added ora reference option to dragen transcriptome workflow
- Loading branch information
Showing
46 changed files
with
5,415 additions
and
4,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
174 changes: 174 additions & 0 deletions
174
.github/catalogue/docs/tools/multiqc/1.25.2/multiqc__1.25.2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
|
||
multiqc 1.25.2 tool | ||
=================== | ||
|
||
## Table of Contents | ||
|
||
- [Overview](#multiqc-v1250-overview) | ||
- [Links](#related-links) | ||
- [Inputs](#multiqc-v1250-inputs) | ||
- [Outputs](#multiqc-v1250-outputs) | ||
- [ICA](#ica) | ||
|
||
|
||
## multiqc v(1.25.0) Overview | ||
|
||
|
||
|
||
|
||
> ID: multiqc--1.25.0 | ||
> md5sum: 0886e525caeef6671f778e52463f244d | ||
### multiqc v(1.25.0) documentation | ||
|
||
Documentation for multiqc v1.25.0 | ||
Use patch that includes https://github.com/ewels/MultiQC/pull/1969 | ||
|
||
### Categories | ||
|
||
- qc | ||
- visual | ||
|
||
|
||
## Related Links | ||
|
||
- [CWL File Path](../../../../../../tools/multiqc/1.25.2/multiqc__1.25.2.cwl) | ||
|
||
|
||
### Used By | ||
|
||
- [bclconvert-interop-qc 1.3.1--1.25.2](../../../workflows/bclconvert-interop-qc/1.3.1--1.25.2/bclconvert-interop-qc__1.3.1--1.25.2.md) | ||
|
||
|
||
|
||
|
||
## multiqc v(1.25.0) Inputs | ||
|
||
### cl config | ||
|
||
|
||
|
||
|
||
> ID: cl_config | ||
**Optional:** `True` | ||
**Type:** `string` | ||
**Docs:** | ||
Override config from the cli | ||
|
||
|
||
### comment | ||
|
||
|
||
|
||
|
||
> ID: comment | ||
**Optional:** `True` | ||
**Type:** `string` | ||
**Docs:** | ||
Custom comment, will be printed at the top of the report. | ||
|
||
|
||
### config | ||
|
||
|
||
|
||
|
||
> ID: config | ||
**Optional:** `True` | ||
**Type:** `File` | ||
**Docs:** | ||
Configuration file for bclconvert | ||
|
||
|
||
### input directories | ||
|
||
|
||
|
||
|
||
> ID: input_directories | ||
**Optional:** `False` | ||
**Type:** `.[]` | ||
**Docs:** | ||
The list of directories to place in the analysis | ||
|
||
|
||
### output directory | ||
|
||
|
||
|
||
|
||
> ID: output_directory_name | ||
**Optional:** `False` | ||
**Type:** `string` | ||
**Docs:** | ||
The output directory | ||
|
||
|
||
### output filename | ||
|
||
|
||
|
||
|
||
> ID: output_filename | ||
**Optional:** `False` | ||
**Type:** `string` | ||
**Docs:** | ||
Report filename in html format. | ||
Defaults to 'multiqc-report.html" | ||
|
||
|
||
### title | ||
|
||
|
||
|
||
|
||
> ID: title | ||
**Optional:** `False` | ||
**Type:** `string` | ||
**Docs:** | ||
Report title. | ||
Printed as page header, used for filename if not otherwise specified. | ||
|
||
|
||
|
||
|
||
## multiqc v(1.25.0) Outputs | ||
|
||
### output directory | ||
|
||
|
||
|
||
|
||
> ID: multiqc--1.25.0/output_directory | ||
|
||
**Optional:** `False` | ||
**Output Type:** `Directory` | ||
**Docs:** | ||
Directory that contains all multiqc analysis data | ||
|
||
|
||
|
||
### output file | ||
|
||
|
||
|
||
|
||
> ID: multiqc--1.25.0/output_file | ||
|
||
**Optional:** `False` | ||
**Output Type:** `File` | ||
**Docs:** | ||
Output html file | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.