Skip to content

Releases: jpuritz/dDocent

2.9.8

02 May 19:33
414d6f3
Compare
Choose a tag to compare
  • Update RefMapOpt.sh

    • Fix bug in reporting of mean number of contigs mapped and mean number of discordant mappings.
  • Update dDocent

    • Keep version number updated with RefMapOpt script. No changes to actual dDocent code

Full Changelog: v2.9.7...v2.9.8

2.9.7

29 Mar 14:28
0af1e63
Compare
Choose a tag to compare

2.9.4

03 Mar 15:29
45a38c1
Compare
Choose a tag to compare

This release of dDocent changes the implementation of mapping interval creation that is used for variant calling and parallelization. dDocent will now require BEDOPS for mapping interval creation, as it provides a significant saving in both memory and processing time. Mapping interval creation is memory intensive and has proven to be choke point in some analyses relative to hardware capabilities. This version should help alleviate a lot of memory issues. Biggest code changes happened with merged pull #74.

Big thanks to @pdimens for implementing and testing these changes.

2.8.13

12 Feb 14:06
3615f8e
Compare
Choose a tag to compare

fixes #71 which resulted in an inefficient scan of the reference genome to determine if created by dDocent.

2.8.12

12 Feb 01:53
9718247
Compare
Choose a tag to compare

This version bring minor bug fixes and several improvements:

  • Better and more even memory management for genotyping
  • Sorted reference sequences
  • Bug fix in PE assembly responsible for a small percentage of misassembled loci when F and PE reads overlapped.
  • The deprecation of the MAXMemory option. The GNU-Parallel implementation does not actually limit memory usage and can cause failed genotyping instances. The better memory management strategy implemented in this update should alleviate major memory issues.

Version 2.7.8

02 May 20:05
Compare
Choose a tag to compare

Update remake_reference.sh script and add version to logfiles

Version 2.7.7

07 Mar 18:22
a7e6a0d
Compare
Choose a tag to compare

Fixes small bug if assembling data with less than 8 processors.

Version 2.7.6

28 Feb 13:39
ab8c6dc
Compare
Choose a tag to compare

This release is an incremental update that replaces trimmomatic with fastp for quality and adapter trimming. fastp is faster, does not rely on a java Environment, and can automatically detect adapters without relying on a list (that also must be installed).

Read trimming is now much faster, and the dDocent environment and dependency list is lighter!

Version 2.6.0

20 Jul 16:18
Compare
Choose a tag to compare

dDocent is now OS X compatible if installed using bioconda

alt text
alt text

Version 2.5.6

14 Jul 12:57
1310cbc
Compare
Choose a tag to compare

This removes a few outdated dependency checks.