Recent Releases of yacrd

yacrd - Magby

Change: - Replace rust-bio by noodles - Bump to stable Clap 3

- Rust
Published by natir almost 4 years ago

yacrd - Ivysaur

Some change: - Don't crash, when yacrd report parser see a perfect read - Replace structopt by clap-3.0.0-beta

- Rust
Published by natir over 5 years ago

yacrd - Vaporeon

Just some small change: - Avoid crash when paf record have different number of SAM like optional file - Update dependency - Use niffler release version

- Rust
Published by natir almost 6 years ago

yacrd - Flareon

Compatibility with previous version is broken, again yes I'm sorry but this is the last time

Change: - all post-detection operation (extract, filter, split, scrubb) are now subcommand - chimeric-threshold option is renamed coverage - not-covered-threshold option is renamed not-coverage - memory usage is reduced but the length of read need to be lower than 2^32 - add an ondisk mode to reduce again the memory usage, on this mode memory usage is linear in the number of read, in basic mode memory usage is linear in the number of overlap - more understandable error messages

Thanks to Peter Ebert (for the idea of disk mode), Luiz Iber (for niffler, and discovering of many useful crates), and all people they found bug in development and previous version.

It's probably the last version before 1.0

- Rust
Published by natir about 6 years ago

yacrd - Omanyte

Break compatibility with previous version.

Add two subcommand: - chimeric: behavior of the previous version - scrubbing: removes all unsupported read fragments

- Rust
Published by natir about 7 years ago

yacrd - Hypno

Bug correction:

  • MHAP shared min-mers can be float
  • correct error in help message

- Rust
Published by natir over 7 years ago

yacrd - Doduo

New Feature: - yacrd can write report in json if flag -j or --json are set

New PostDetection operation: - extract : write in nameextracted.{paf|mhap|fasta|fastq} Chimeric and Notcovered read - spilt: write in name_spilt.{fasta|fastq} part of read with sufficient coverage

Bug correction: - In PostDetection output name generation in fliterd input is ../something.other/test.fasta output are ../something.other/test_filtred.fasta not ._filtred./something.other/test.fasta

- Rust
Published by natir over 7 years ago

yacrd - Ninetales

Complete rewrite in Rust.

Change log:

  • Support of compressed file
  • Read from stdin
  • Add unit and functional test

- Rust
Published by natir over 7 years ago

yacrd - Kabuto

Changelog:

  • Solve compilation error on gcc-5
  • Add version option

- Rust
Published by natir almost 8 years ago

yacrd - yacrd 0.1

First yacrd release !

yacrd take long read mapping tools result (minimap, mhap, graphmap) and find chimeric long-read.

- Rust
Published by natir almost 8 years ago

yacrd - Arbok

Changelog :

  • Huge optimization Big Thanks to @Piezoid !
  • Change in output format, better human readability

- Rust
Published by natir almost 8 years ago