Releases: miRTop/mirtop
Releases · miRTop/mirtop
v0.4.30
What's Changed
- sort values before print by @lpantano in #89
- Added handling for custom databases by @nschcolnicov in #92
- fix mirgenedb parser by @lpantano in #93
New Contributors
- @nschcolnicov made their first contribution in #92
Full Changelog: v0.4.28...v0.4.30
v0.4.28
Fix issue 83 with random order of Variant field
v0.4.27
v0.4.25
fix outliers samples. When there is no identification of reference sequences or isomirs, the multiqc module will fails because it won't find the expected keys. Adding 0 when is the case.
v0.4.24
v0.4.23
v0.4.22
v0.4.21
v0.4.20
v0.4.19
- 0.4.19
- Add --version option
- Fix bug that ignores sequences starting at 0 in bam files
- 0.4.18
- Cast map object to list to avoid errors in py3.
- Support Manatee output.
- Support chunk reading for genomic BAM files.
- Support chunk reading for seqbuster files.
- Support chunk reading for BAM files.
- Normalize functions to support different databases.
- Support miRgeneDB.
- Export to VCF. Thanks to Roderic Espin.
- Support isomiRs that go beyond 5p end
- Support genomic coordinates.
- Fix missing reads when using --keep-read in the final mirtop.gff file.
- Allow longer truncation and addition events.
- Accept seqbuster input without frequency column.
- Allow keep name of the sequence.
- Accept indels in snv category.
- Additions are only last nucleotides that are mismatches.
- Adapt mintplate license.
- Revert sign in iso_5p, replace snp by snv.
- Skip lines that contain malformed UID.
- Add FASTA as an exporter from GFF.
- Fix BAM parsing to new GFF rules.
- Add the possibility to work with spikeins to detect random variability.
- Fixing UID attribute for tools that don't use our cypher system
- Add class to parse GFF line as a first move toward isolation
- Add JSON log for stats command.