Skip to content

Commit

Permalink
Apply prettier linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 14, 2024
1 parent 0d151bd commit 3196720
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 29 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ website](https://nf-co.re/oncoanalyser/results).

The following processes and tools can be run with oncoanalyser:

* SNV and MNV calling (`SAGE`, `PAVE`)
* SV calling (`SV Prep`, `GRIDSS`, `GRIPSS`, `PURPLE`, `LINX`)
* CNV calling (`AMBER`, `COBALT`, `PURPLE`)
* Transcript analysis (`Isofox`)
* Oncoviral detection (`VIRUSBreakend`, `Virus Interpreter`)
* HLA calling (`LILAC`)
* HRD status prediction (`CHORD`)
* Mutational signature fitting (`Sigs`)
* Tissue of origin prediction (`CUPPA`)
* Report generation (`ORANGE`, `linxreport`)
- SNV and MNV calling (`SAGE`, `PAVE`)
- SV calling (`SV Prep`, `GRIDSS`, `GRIPSS`, `PURPLE`, `LINX`)
- CNV calling (`AMBER`, `COBALT`, `PURPLE`)
- Transcript analysis (`Isofox`)
- Oncoviral detection (`VIRUSBreakend`, `Virus Interpreter`)
- HLA calling (`LILAC`)
- HRD status prediction (`CHORD`)
- Mutational signature fitting (`Sigs`)
- Tissue of origin prediction (`CUPPA`)
- Report generation (`ORANGE`, `linxreport`)

## Usage

Expand Down Expand Up @@ -109,9 +109,9 @@ of Melbourne Centre for Cancer Research](https://mdhs.unimelb.edu.au/centre-for-
We thank the following organisations and people for their extensive assistance in the development of this pipeline,
listed in alphabetical order:

* [Hartwig Medical Foundation
- [Hartwig Medical Foundation
Australia](https://www.hartwigmedicalfoundation.nl/en/partnerships/hartwig-medical-foundation-australia/)
* Oliver Hofmann
- Oliver Hofmann

## Contributions and Support

Expand Down
2 changes: 1 addition & 1 deletion modules/local/pave/germline/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tools:
description: Annotates small variant VCF with gene, transcript coding and protein effects.
homepage: https://github.com/hartwigmedical/hmftools/tree/master/pave
documentation: https://github.com/hartwigmedical/hmftools/tree/master/pave
licence: ['GPL v3']
licence: ["GPL v3"]
input:
- meta:
type: map
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pave/somatic/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tools:
description: Annotates small variant VCF with gene, transcript coding and protein effects.
homepage: https://github.com/hartwigmedical/hmftools/tree/master/pave
documentation: https://github.com/hartwigmedical/hmftools/tree/master/pave
licence: ['GPL v3']
licence: ["GPL v3"]
input:
- meta:
type: map
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/append/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tools:
description: A precise and highly sensitive somatic SNV, MNV and small INDEL caller.
homepage: https://github.com/hartwigmedical/hmftools/tree/master/sage
documentation: https://github.com/hartwigmedical/hmftools/tree/master/sage
licence: ['GPL v3']
licence: ["GPL v3"]
input:
- meta:
type: map
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/germline/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tools:
description: A precise and highly sensitive somatic SNV, MNV and small INDEL caller.
homepage: https://github.com/hartwigmedical/hmftools/tree/master/sage
documentation: https://github.com/hartwigmedical/hmftools/tree/master/sage
licence: ['GPL v3']
licence: ["GPL v3"]
input:
- meta:
type: map
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/somatic/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tools:
description: A precise and highly sensitive somatic SNV, MNV and small INDEL caller.
homepage: https://github.com/hartwigmedical/hmftools/tree/master/sage
documentation: https://github.com/hartwigmedical/hmftools/tree/master/sage
licence: ['GPL v3']
licence: ["GPL v3"]
input:
- meta:
type: map
Expand Down
14 changes: 2 additions & 12 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"type": "object",
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": [
"input",
"outdir"
],
"required": ["input", "outdir"],
"properties": {
"input": {
"type": "string",
Expand Down Expand Up @@ -332,14 +329,7 @@
"description": "Method used to save pipeline results to output directory.",
"help_text": "The Nextflow `publishDir` option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See [Nextflow docs](https://www.nextflow.io/docs/latest/process.html#publishdir) for details.",
"fa_icon": "fas fa-copy",
"enum": [
"symlink",
"rellink",
"link",
"copy",
"copyNoFollow",
"move"
],
"enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"],
"hidden": true
},
"email_on_fail": {
Expand Down

0 comments on commit 3196720

Please sign in to comment.