Skip to content

Commit

Permalink
make editorconfig happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed May 6, 2024
1 parent f1f0f24 commit 4de1b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ workflow VCF_ANNOTATE_VEP_ANNOTSV_VCFANNO {
filter // string: [optional] => A filter pattern to use after annotating
vcfanno_toml // file: [optional] => A vcfanno TOML config
default_vcfanno_tomls // list: [mandatory] => A list of default vcfanno configs to be concatenated with the input TOML

main:

ch_versions = Channel.empty()
Expand Down
2 changes: 1 addition & 1 deletion workflows/structural.nf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ workflow STRUCTURAL {
// file inputs
fasta // The fasta file to use
fai // The index of the fasta file
expansionhunter_catalog // The expansionhunter catalog
expansionhunter_catalog // The expansionhunter catalog
qdnaseq_female // The QDNAseq annotations for female samples
qdnaseq_male // The QDNAseq annotations for male samples
wisecondorx_reference // The WisecondorX annotations file
Expand Down

0 comments on commit 4de1b35

Please sign in to comment.