Published October 27, 2023
| Version 0.4.0
Software
Open
pdimens/harpy: v0.4.0
Description
New features
- naibr variant calling now relies on
whatshapto back-phase BAM files from a phased VCF for much, much better variant calling harpy preflightto do a full suite of file format validations on bam/fastq files prior to running one of the main modules- lots more file-check validations and helpful error messages before harpy hands things over to snakemake
- regular RMarkdown reports have been completely revised using R::Flexdashboard
bugfixes
- More file checks means fewer downstream errors
- typos corrected
breaking changes
TL;DR: This release pretty much breaks every aspect of the the previous APIs. Pretend you've never used Harpy before
- no more
--methodflag, instead methods have been submodule-arized intoharpy align --method bwa ...is nowharpy align bwa ...harpy align --method ema...is nowharpy align ema ....harpy variants snp --method...is nowharpy snp method ....(method =freebayesormpileup)- harpy variants sv --method...
is nowharpy sv method ....(method =leviathanornaibr`)
harpy extrahas been made into submodules too, now making:harpy popgroupto create the popgroup fileharpy stitchparamsto create the STITCH parameter fileharpy hpcto create a SLURM hpc profile
Files
pdimens/harpy-0.4.0.zip
Files
(73.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c89b236913a24bfea1746ed287ed84da
|
73.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/pdimens/harpy/tree/0.4.0 (URL)