Skip to content

Commit

Permalink
bug: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MagdalenaZZ committed Jul 22, 2024
1 parent 66e2d28 commit 8640c22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/softwares.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ To compare a VCF against a gold standard dataset.

#### :left_right_arrow: input / output files

print(f"rule_schema: {rule_schema}")
print(f"section_key: {section_key}")
print(f"variable_key: {variable_key}")

#SNAKEMAKE_RULE_TABLE__happy__happy#

### :wrench: Configuration
Expand Down
3 changes: 2 additions & 1 deletion workflow/rules/happy.smk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rule happy:
".roc.Locations.INDEL.PASS.csv.gz",
".roc.Locations.SNP.csv.gz",
".roc.tsv",
),
),
dummy="qc/happy/{sample}_{type}.vcf.gz",
params:
engine="vcfeval",
prefix=lambda wc, input, output: output[0].split(".")[0],
Expand Down
8 changes: 4 additions & 4 deletions workflow/schemas/rules.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ properties:
type: string
description: Pileup file with allele information for selected sites

# Entry added using Hydra-Genetics CLI - please move it into alphabetically sorted order
happy:
type: object
description: input and output parameters for happy
Expand Down Expand Up @@ -106,10 +105,11 @@ properties:
description: directory for stratifications
output:
type: object
description: list of outputs
description: list of inputs
properties:
type: string
description: list of a range of outputfiles produced
dummy:
type: string
description: VCF file

longqc_sampleqc:
type: object
Expand Down

0 comments on commit 8640c22

Please sign in to comment.