Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Oct 30, 2024
1 parent 0e7198e commit 5f5a993
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,12 @@ jobs:
path: modules/nf-core/parabricks/fq2bammeth
- profile: singularity
path: modules/nf-core/parabricks/fq2bammeth
- profile: conda
path: modules/nf-core/parabricks/fq2bam
- profile: docker_self_hosted
path: modules/nf-core/parabricks/fq2bam
- profile: singularity
path: modules/nf-core/parabricks/fq2bam
- profile: conda
path: subworkflows/nf-core/vcf_annotate_ensemblvep
- profile: conda
Expand Down
10 changes: 5 additions & 5 deletions modules/nf-core/parabricks/fq2bam/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ input:
type: file
description: fastq.gz files
pattern: "*.fastq.gz"
- interval_file:
type: file
description: (optional) file(s) containing genomic intervals for use in base
quality score recalibration (BQSR)
pattern: "*.{bed,interval_list,picard,list,intervals}"
- - meta2:
type: map
description: |
Expand All @@ -45,6 +40,11 @@ input:
type: file
description: reference BWA index
pattern: "*.{amb,ann,bwt,pac,sa}"
- - interval_file:
type: file
description: (optional) file(s) containing genomic intervals for use in base
quality score recalibration (BQSR)
pattern: "*.{bed,interval_list,picard,list,intervals}"
- - known_sites:
type: file
description: (optional) known sites file(s) for calculating BQSR. markdups must
Expand Down
6 changes: 6 additions & 0 deletions modules/nf-core/parabricks/fq2bam/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ nextflow_process {
process "PARABRICKS_FQ2BAM"
config "./nextflow.config"

tag "bwa/index"
tag "modules"
tag "parabricks/fq2bam"
tag "modules_nfcore"
tag "parabricks"

setup {
run("BWA_INDEX") {
script "../../../bwa/index/main.nf"
Expand Down

0 comments on commit 5f5a993

Please sign in to comment.