Skip to content

Commit

Permalink
[Add] monkeypox config + resources
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann authored and DrYak committed Mar 16, 2023
1 parent 19ac09c commit a6a9c9c
Show file tree
Hide file tree
Showing 4 changed files with 2,897 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/mpxv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: MPXV

general:
aligner: bwa
primers_trimmer: samtools
snv_caller: lofreq
input:
reference: "{VPIPE_BASEDIR}/../resources/mpxv/MT903345.1.fasta"
primers_file: "{VPIPE_BASEDIR}/../resources/mpxv/primers/MPXV-primer_genome-positions_subset.tsv"
primers_bedfile: "{VPIPE_BASEDIR}/../resources/mpxv/primers/MPXV-primer_genome-positions_subset.bed"
datadir: "{VPIPE_BASEDIR}/../resources/samples/"
samples_file: samples.tsv
snv:
consensus: false
preprocessing:
extra: -ns_max_n 4 -min_qual_mean 20 -trim_qual_left 20 -trim_qual_right 20 -trim_qual_window 10
output:
trim_primers: true
snv: true
local: true
global: false
visualization: true
QA: true
Loading

0 comments on commit a6a9c9c

Please sign in to comment.