Skip to content

Releases: ginolhac/mapDamage

mapDamage v2.2.2

17 Aug 10:22
Compare
Choose a tag to compare

This release fixes an error in the main plotting script caused by changes in R 4.2 and later:

Error in (yaxis.at == 2) && (yaxis.at == ylabels.at) :
'length = 2' in coercion to 'logical(1)'

mapDamage v2.2.1

01 Jun 19:01
Compare
Choose a tag to compare

Minor update that that reverts the checks for paired-end reads.

Improve support for paired-end reads is in development.

python3

13 Dec 09:21
Compare
Choose a tag to compare

as default for the master branch since python2 not supported early 2020.
Still only single-end reads expected.

python3 single-end

04 Oct 14:28
Compare
Choose a tag to compare
python3 single-end Pre-release
Pre-release
  • remove old paired-end tests
  • fail gracefully if paired-end
  • add single-end test
  • na.rm = TRUE in stats so test pass

python3 version

01 Oct 13:21
Compare
Choose a tag to compare
python3 version Pre-release
Pre-release

port mapDamage to python3.
Right now, python2 fails to run

2.0.9

27 Nov 08:23
6d6b7c8
Compare
Choose a tag to compare

2.0.8

27 Apr 12:35
Compare
Choose a tag to compare

Improve handling of tags during rescaling, in order to prevent accidental changes to tag types (e.g. a one letter string being changed to a char) when adding the 'MR' tag to rescaled reads.

2.0.7

29 Mar 12:28
Compare
Choose a tag to compare

Added the ability to control the number of bases being rescaled on the 5' and 3' end of read termini, by using the --rescale-length-5p and --rescale-length-3p parameters. When not specified, these parameters default to the number of bases used the damage model (--seq-length).

2.0.6

09 Oct 08:55
Compare
Choose a tag to compare

fix install issue with --user option. Thanks to Ian Lissimore who found and fix the issue.

2.0.5

04 May 11:42
Compare
Choose a tag to compare

include proper seqtk binary after compilation