Releases: nanoporetech/pomoxis
Releases · nanoporetech/pomoxis
v0.3.16
v0.3.15
Added
mini_aligncan take a bam as input and optionally retain all or subset of bam tags.
Changed
- Drop porechop dependency from pypi package due to blocking package uploads. Add warning to the user if porechop is called by
mini_assemblebut does not exist.
v0.3.14
Changed
subsample_bamandcoverage_from_bamnow have unified read filtering options and logic.
Added
filter_bamto filter a bam with the same logic used insubsample_bam.
Fixed
subsample_bamwas previously subsampling proportionally before filtering resulting in lower than expected depth.
v0.3.13
Changed
subsample_bam:--force_low_coveragesaves contigs with coverage below the targetsubsample_bam:--force_non_primarysaves multimapping for the subsampled readscoverage_from_bam:--primary_onlyconsiders only primary reads when computing the depthbedtools: upgraded to v2.31porechop: switched to using Artic version
Added
- Option
-Cformini_alignto copy fastx comments into bam tags
Fixed
- Minor compatibility fixes to support
pandas>=2.0
v0.3.12
Changed
subsample_bam:--qualityfiltering now uses mean error probability, not mean of quality scores as previously.subsample_bam: enable filtering for proportional subsampling.
v0.3.11
Fixed
- Fix crashes in
subsample_bamwith alignment filtering andcommon_errors_from_bam assess_assembly -Huses correct output directory.- Handling of comments in bed files.
Changed
- Added
Q(sub)to summary output. - Ported bed file handling from
intervaltreestoncls, speeding up assessment and multithreading efficiency.
v0.3.10
Fixed
stats_from_bam: handle cigar strings using=andXinstead ofM.
Changed
- Include mapping quality in
stats_from_bamoutput.
Added
- Handling of LRA bams in which NM tag is number of matches rather than edit distance.
- Added an option (
-y) toassess_assemblyandmini_alignto include supplementary alignments. - Added an option (
-d) tomini_alignandassess_assemblyto select minimap2 alignment preset. - Added accumulation of errors over a number of chunks (
-aoption insummary_from_statsandassess_assembly) to get better stats. - Use
-Loption forminimap2. - Updated versions of minimap2, samtools, bcftools, bedtools, seqkit in Makefile to the most recent ones.
v0.3.9
Fixed
- Reduced memory consumption of
catalogue_errors. fast_convert qanow properly outputs a fasta file- Fixed
long_fastx--othersoption - Fixed
split_fastxfastq output
Added
assess_homopolymerscan use multiple threads
v0.3.8
Changed
- Install
paftools.jsfrom minimap2 andk8
v0.3.7
Changed
- Speed improvements to several benchmarking and analysis scripts
Fixed
- Quoted all variables in
mini_alignto handle spaces in inputs.