Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MagdalenaZZ committed Jun 19, 2024
1 parent cf100bf commit d1fc03e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/softwares.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Calculate coverage in specified regions that is used by gatk_calculate_contamina

---

## [longqc_sampleqc](url_to_tool)
## [longqc_sampleqc](https://github.com/yfukasawa/LongQC)
Introduction to longqc_sampleqc

### :snake: Rule
Expand Down
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __license__ = "GPL-3"


include: "rules/common.smk"
include: "rules/longqc.smk"
#include: "rules/longqc.smk" not finished rule
include: "rules/fastqc.smk"
include: "rules/gatk.smk"
include: "rules/mosdepth.smk"
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/longqc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule longqc_sampleqc:
params:
extra="--min_length 1000 --max_length 15000" # example of additional parameters
log:
"logs/longqc/sample_qc.log"
"qc/longqc_sampleqc/{sample}_{type}.sample_qc.log"
benchmark:
repeat(
"qc/longqc_sampleqc/{sample}_{type}.output.benchmark.tsv",
Expand Down
6 changes: 3 additions & 3 deletions workflow/schemas/rules.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ properties:
type: object
description: list of inputs
properties:
input1:
fastq:
type: string
description: Fastq filer med longread sekvenser
description: Fastq fil eller filer med longread sekvenser
output:
type: object
description: list of outputs
properties:
output1:
dir:
type: string
description: A folder with a collection of output files

Expand Down

0 comments on commit d1fc03e

Please sign in to comment.