Skip to content

Commit

Permalink
add HSV2 virus config
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Apr 25, 2024
1 parent c16b366 commit 732bf89
Show file tree
Hide file tree
Showing 2 changed files with 2,266 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/herpes_simplex_virus_2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# config-file used for the analysis of herpes_simplex_virus_2 Illumina samples
# Lezcano et al., Virus Evolution, 2023, https://doi.org/10.1093/ve/vead074
# deletion analysis
# analysed sample is from López-Muñoz AD, Rastrojo A, Kropp KA, Viejo-Borbolla A, Alcamí A. Combination of long- and short-read sequencing fully resolves complex repeats of herpes simplex virus 2 strain MS complete genome. Microb Genom. 2021 Jun;7(6).
# Sample accession number: ERR3278849

general:
aligner: "bwa"
snv_caller: "shorah"

input:
reference: resources/herpes_simplex_virus_2/MK855052.1.fasta
datadir: resources/samples/
read_length: 250
samples_file: samples.tsv
paired: true

consensus_bcftools:
max_coverage: 150000

snv:
consensus: false
disk_mb: 1250
mem_mb: 35000
time_min: 6000
threads: 64

output:
snv: true
local: true
global: false
visualization: false
diversity: false
QA: false
Loading

0 comments on commit 732bf89

Please sign in to comment.