Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: update to varlociraptor 8.4 #596

Merged
merged 8 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading