Skip to content

Releases: dereneaton/pyrad

pyrad 3.0.66

14 Apr 16:30

Choose a tag to compare

  • Bug Fix to alleles phased output
  • Loci format changed back to older style with |n| endings, for easier parsing.

pyrad 3.0.65

28 Mar 15:56

Choose a tag to compare

Major bug fix

  • I had accidentally left a shorter test loop in the step7 code of v.3.0.64, so that only the first 50K loci were written to the phylip & nexus outputs. If you had >50K loci in your assembly then your phylip file was not as large as it should have been. You can re-run step7 in v.3.0.65 to fix this.

pyrad 3.0.64

10 Feb 19:24

Choose a tag to compare

Bug fixes:

  • Fix to chunk splitter for faster muscle aligning (was sometimes crashing when split wrong)
  • Fix to bi-allelic SNP counter (was not counting correctly, and giving negative numbers sometimes)

Improvements

  • Outputs partition file along with .phy output

pyrad 3.0.63

29 Oct 14:41

Choose a tag to compare

pyrad 3.0.63 release.

New features

  • loci format contains id numbers of loci before and after filtering for easier matching with consensus reads for various post-assembly analyses.
  • depth data output to files in the clust directory. Useful for plotting.

Bug fixes

  • fix to crash in D-statistics tests
  • fix to loss of loci in alignment on parallel chunk introduced recently during memory consumption fixes.
  • catch error if fail in phynex output builds

pyrad 3.0.61

11 Sep 19:45

Choose a tag to compare

Updates to pip-install branch with features from deprecated 3.0.5-branch.

New features:

  • Greatly reduced memory load (<1GB) for phy/nex/SNP outputs

Bug fix

  • D-statistic functions work on numbered loci files

pyrad 3.0.52

04 Sep 17:25

Choose a tag to compare

Update to the 3.0.5 branch.

  • Greatly decreased memory load when building nex and phylip files to prevent memory crash on super large data sets.

pyrad 3.0.51

17 Aug 23:33

Choose a tag to compare

pyrad 3.0.51

Most development has moved on to 3.1, but until that major release it ready this update to 3.0.5 will be useful to several people with very large data sets. In particular the memory overhead in step 7 has been reduced dramatically and speed improved.

pyrad 3.0.6

21 Aug 15:08

Choose a tag to compare

New recommended pip install method.

pyRAD v.3.0.5

25 Mar 15:15

Choose a tag to compare

New features

  • Gphocs output format (f)
  • Better error reporting for misnamed files.
  • Increased max length of sample names from 50 char to 100.
  • vsearch called with subprocess rather than os.system. Better security, and slightly faster.
  • Better re-naming of files that have PEAR naming conventions.

Bug fix

  • Group ids compatible with -s6 and -s7 run together or separately.

pyRAD v.3.0.4

02 Mar 04:48

Choose a tag to compare

New Features

  • Support for 2B-RAD datatype
  • Numbered loci in .loci output
  • Improved assembly and edge trimming for merged paired reads
  • Updated tutorials for PE-ddRAD and PE-GBS w/ merged reads

Bug Fixes

  • Fix for vsearch crash on seqs shorter than 32bp in step 6