Releases: rust-bio/rust-bio-tools
Releases · rust-bio/rust-bio-tools
Version 0.17.0
Changed
rbt collapse-reads-to-fragmentsnow always writes FASTQ files since consensus reads need to be remapped anyways (MAPQ might change).rbt vcf-reportcan now be parallelized.- various fixes and improvements for
rbt vcf-report - various fixes for
rbt collapse-reads-to-fragments
Version 0.16.0
Changed
rbt collapse-reads-to-fragments bamwrites skipped reads to separate bam file nowrbt collapse-reads-to-fragments bamdoes not perform starcode clustering anymore- Fixed bug in
rbt collapse-reads-to-fragments bamfailing when read mates map to different chromosomes
Version 0.15.1
Changed
- fixed bug in vcf-split that led to unequally filled splitted VCF/BCFs.
Version 0.15.0
Changed
- Allow INFO field prefixes in vcf-report.
- Require annotation with --hgvsg in vcf-report.
- Fixes for vcf-report layout.
Added
- New subcommand vcf-split for splitting VCF/BCF files into N equal chunks, including BND support.
Version 0.14.3
- various bug fixes
Version 0.14.2
various bug fixes
Version 0.14.0
Added
- New flag
--tsvforrbt vcf-report --tsvallows adding a custom tsv file that will be visualized in the vcf-report
Version 0.14.0
Added
- New flag
--tsvforrbt vcf-report --tsvallows adding a custom tsv file that will be visualized in the vcf-report
Version 0.13.0
Changed
- cli syntax for
rbt vcf-reporthas been changed in order to allow BCF/VCF files holding variants from multiple samples
Version 0.12.2
Added
- New flags
--info,--jsand--formatforrbt vcf-report --jsallows definition of a custom javascript template for creating vcf-reports--infoand--formatallow specifying INFO- and FORMAT-fields that can be used by the custom javascript template