Skip to content

Releases: mourisl/Rcorrector

Rcorrector v1.0.7

05 Mar 22:56
Compare
Choose a tag to compare

Add the option "-tmpd" to specify the folder holding the temporary files (#40)

Rcorrector v1.0.6

07 Jun 17:20
Compare
Choose a tag to compare
  • Fix a bug of outputting read 1 twice when output to stdout and multithreading. (#38 )

Rcorrector v1.0.5

04 Jun 19:39
Compare
Choose a tag to compare
  • Fix several memory access overflow issues, including #36
  • Update Jellyfish version (#25) and do not need to clean it during make clean
  • Add the option "-version" in the wrapper to print the version number.

Rcorrector v1.0.4

17 Jul 21:43
Compare
Choose a tag to compare
  • Fix a bug that could cause unexpected behavior (dropping reads from the second read file) near the end of read files.

Rcorrector v1.0.3.1

22 Sep 21:26
Compare
Choose a tag to compare

Remove the code that may drop the reads (not sure the reason, maybe due to compiler optimization)

Rcorrector v1.0.3

20 Jul 14:54
Compare
Choose a tag to compare
  • Fix a bug of dropping reads
  • More straight-forward help information

Rcorrector v1.0.2

23 Jul 14:54
Compare
Choose a tag to compare
  • Handle interleaved input.
  • Better installation
  • Introduce "verbose" mode to show the kmer analysis of reads
  • Introduce "-wk" option allowing handle more divergent genome, such as a mixture of virus genomes.

Rcorrector v1.0.1

03 Aug 19:50
Compare
Choose a tag to compare
  • Improved error correction
  • Support gzip files
  • User can choose start from which stage.

Rcorrector v1.0.0

01 Jun 15:11
Compare
Choose a tag to compare

The initial release.