Skip to content

Commit

Permalink
update ensemblvep.config
Browse files Browse the repository at this point in the history
  • Loading branch information
valerianilucrezia authored Jan 22, 2025
1 parent 6307915 commit 35e03a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules/ensemblvep.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process {
[
mode: params.publish_dir_mode,
path: { "${params.outdir}/variant_annotation/vep/${meta.dataset}/${meta.patient}/${meta.tumour_sample}/" },
pattern: "*{vcf.gz,tab.gz,json.gz,html,yml}"
pattern: "*{vcf.gz,tab.gz,json.gz,html}"
]
]
}
Expand All @@ -33,7 +33,7 @@ process {
[
mode: params.publish_dir_mode,
path: { "${params.outdir}/variant_annotation/vep/${meta.dataset}/${meta.patient}/${meta.tumour_sample}/" },
pattern: "*{tbi,csi,yml}"
pattern: "*{tbi,csi}"
]
]
}
Expand Down

0 comments on commit 35e03a8

Please sign in to comment.