Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated biomarker module for optitype #346

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ multiqc:

optitype:
#container: "docker://hydragenetics/optitype:1.3.5"
container: "docker://fred2/optitype"
container: "docker://fred2/optitype:release-v1.3.1"
sample_type: "-d"
enumeration: 4

Expand Down
12 changes: 12 additions & 0 deletions config/output_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,15 @@ files:
output: results/dna/{sample}_{type}/additional_files/cnv/{sample}_{type}.manta_tumorSV.vcf.gz
types:
- T
- name: HLA optitype
input: biomarker/optitype/{sample}_{type}/{sample}_{type}_hla_type_result.tsv
output: results/dna/hla/{sample}_{type}_hla_type_result.tsv
types:
- T
- N
- name: HLA coverage optitype
input: biomarker/optitype/{sample}_{type}/{sample}_{type}_hla_type_coverage_plot.pdf
output: results/dna/hla/{sample}_{type}_hla_type_coverage_plot.pdf
types:
- T
- N
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ use rule gatk_get_pileup_summaries from qc as qc_gatk_get_pileup_summaries with:

module biomarker:
snakefile:
get_module_snakefile(config, "hydra-genetics/biomarker", path="workflow/Snakefile", tag="v0.4.0")
get_module_snakefile(config, "hydra-genetics/biomarker", path="workflow/Snakefile", tag="8a20b04")
config:
config

Expand Down
2 changes: 1 addition & 1 deletion workflow/schemas/singularity.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ properties:
type: string
description: name or path to a default docker/singularity container
pattern: >-
fred2/optitype$|fred2_optitype\.sif$
fred2/optitype:release-v1\.3\.1$|fred2_optitype_release-v1\.3\.1\.sif$
required:
- container

Expand Down
Loading