Skip to content

Releases: cstoeckert/iterativeWGCNA

1.1.6

19 Mar 16:42
16ddf9d
Compare
Choose a tag to compare
  • bug fix: saveTOMs disabled by default but can be enabled by with the option --wgcnaParameters "saveTOMs=TRUE"
  • bug fix: issue parsing boolean WGCNA parameters (e.g. saveTOMs=FALSE or cosineCorrelation=TRUE) resolved
  • new parameter added: --gzipTOMs which will gzip TOM .RData files as generated to save space
  • available on PyPI

v1.1.3

13 Feb 17:11
d6b57a8
Compare
Choose a tag to compare
  • added script to adjust final module merge after a complete run
    • see Add-ons and updated Output Files sections of the README for more information
  • fixed Python 3.3+ bug with converting odict_values to ro.StrVector
  • added --debug option; currently only prints extensive debugging statements for module merge stage

v1.1.2

14 Dec 16:20
04cc882
Compare
Choose a tag to compare

release in support of submission to Python Package Index; updated documentation

v1.1.0

29 Jun 15:16
Compare
Choose a tag to compare

Fix final module merge to improve efficiency and recalculate eigengenes after each merge
Program output modified to produce iteration-specific output files in easily accessible directory structure

v1.0.0

06 Feb 17:06
Compare
Choose a tag to compare

First numbered release of iterativeWGCNA.