Skip to content

Commit

Permalink
perf: update to varlociraptor 8.4 (#596)
Browse files Browse the repository at this point in the history
* Update to latest varlociraptor

* Update varlociraptor.yaml

* Update config.yaml

* trigger rerun

---------

Co-authored-by: Alexander Thomas <[email protected]>
  • Loading branch information
johanneskoester and alethomas authored Nov 13, 2023
1 parent 7106afa commit 34701af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ assembly:
# assemblers used for shotgun sequencing with on Illumina technology
shotgun: "megahit-std"
# assemblers used for amplicon sequencing with on Illumina technology
amplicon: "metaspades"
amplicon: "megahit-std"
oxford nanopore:
# assemblers used for shotgun sequencing with on Oxford Nanopore technology
shotgun: "megahit-std"
# assemblers used for amplicon sequencing with on Oxford Nanopore technology
amplicon: "spades"
amplicon: "megahit-std"
# Medaka models are named to indicate i) the pore type, ii) the sequencing device (MinION or PromethION), iii) the basecaller variant, and iv) the basecaller version
# with the format: {pore}_{device}_{caller variant}_{caller version}
# See https://github.com/nanoporetech/medaka#models for more information.
Expand All @@ -86,7 +86,7 @@ assembly:
# assemblers used for shotgun sequencing with on Ion Torrent technology
shotgun: "megahit-std"
# assemblers used for amplicon sequencing with on Torrent technology
amplicon: "spades"
amplicon: "megahit-std"
# minimum posterior probability for a clonal variant to be included in the generated pseudo-assembly
min-variant-prob: 0.95

Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/varlociraptor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- varlociraptor =6.0
- varlociraptor =8.4

0 comments on commit 34701af

Please sign in to comment.