Skip to content

Releases: gitter-lab/ssps

SSPS: August 2020

12 Aug 19:24
7068d86
Compare
Choose a tag to compare

New in this release:

  • A --resume-sampling argument. This allows you to resume a Markov chain from a past session. So if you don't achieve convergence in your first attempt, you can continue collecting samples without having to start all over again.
  • We enable multithreaded parallelism with a --multithread flag. This parallelizes each step of the Markov chain and allows SSPS to accumulate more samples in less time.

SSPS: July 2020

10 Jul 17:16
8f2f5bb
Compare
Choose a tag to compare

New things:

  • Updated the Julia version 1.2 -> 1.4; also updated package versions.
  • Reorganized the codebase. The SSPS source code now resides in the SSPS directory, which is organized as a Julia package
  • Fixed an I/O bug in the DREAM challenge scoring script -- AUCPR and AUCROC were swapped when saving to JSON

SSPS: manuscript version

21 May 20:13
31e5cf5
Compare
Choose a tag to compare
Pre-release
  • Fixed some small I/O bugs
  • Improved installation instructions
  • Removed unnecessary dependencies
  • Set up travis-ci for Linux and OSX. We have also confirmed it's Windows compatible!
  • Testing (very simple for now)

SSPS: second release

10 May 00:07
457a5f5
Compare
Choose a tag to compare
SSPS: second release Pre-release
Pre-release

Fixed some I/O bugs from the previous release (the bugs were introduced during code cleanup -- nothing fundamental).

Updated the *.toml files in julia-project. They were inconsistent before, leading to installation issues.

Clarified some of the installation instructions.

SSPS: first release

09 May 01:02
Compare
Choose a tag to compare
SSPS: first release Pre-release
Pre-release

Codebase for the original SSPS manuscript: "Inferring Signaling Pathways with Probabilistic Programming" (Merrell et al., 2020).