Skip to content

Commit

Permalink
chore: update to latest vep, add mapq to mosdepth (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira authored Jun 12, 2024
1 parent 914690b commit 82872e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ merge_cnv_json:
mosdepth_bed:
container: "docker://hydragenetics/mosdepth:0.3.2"
thresholds: "100,200,1000"
extra: " --mapq 20 "

multiqc:
container: "docker://hydragenetics/multiqc:1.21"
Expand Down Expand Up @@ -202,7 +203,7 @@ vardict:
bed_columns: "-c 1 -S 2 -E 3"

vep:
container: docker://ensemblorg/ensembl-vep:release_110.1
container: "docker://hydragenetics/vep:111.0"
vep_cache: ""
mode: "--offline --cache --merged "
extra: " --assembly GRCh38 --check_existing --pick --variant_class --everything "
Expand Down

0 comments on commit 82872e4

Please sign in to comment.