Skip to content

Releases: CCBR/CRISPIN

CRISPIN 1.0.1

16 Oct 18:59
Compare
Choose a tag to compare

CRISPIN 1.0.0

26 Sep 15:23
Compare
Choose a tag to compare
  • The pipeline name has been changed from CRUISE 🛳️ to CRISPIN 🍪. (#43, @kelly-sovacool)
  • Run spooker on workflow completion.
  • Print the recommended citation in bibtex format with crispin --citation. (#32, @kelly-sovacool)
  • Fix citation information (#38, @kelly-sovacool)
  • Improve the documentation website with a dropdown menu to select which version to view. The latest release is shown by default. (#45, @kelly-sovacool)

Full Changelog: v0.1.1...v1.0.0

CRUISE 0.1.1

06 Nov 18:38
6c576a7
Compare
Choose a tag to compare

Bug fixes

  • All scripts in the bin directory are now made executable for all users on biowulf (#25).
  • Data directories are copied recursively during python package installation (#26).

Full Changelog: CCBR/CRUISE@v0.1.0...v0.1.1

CRUISE 0.1.0

20 Oct 17:42
2e110fb
Compare
Choose a tag to compare

This is the first release of CRUISE 🎉

New features

  • Trim adapters with cutadapt.
  • Run mageck count. (#9)
    • mageck count only runs if a count table isn't given.
  • Optional: run mageck test and mle. (#9)
    • mageck mle only runs if a design matrix is given.
  • Optional: run drugZ. (#10)
  • Optional: run BAGEL2. (#11)
    • fc (fold change)
    • bf (bayes factor)
    • pr (precision recall)
  • CLI (#16)
    • cruise init to initialize a project directory.
    • cruise run
      • --mode slurm to submit a slurm job to biowulf or frce.
      • --main path/to/main.nf to select a different local install of cruise, or specify the repo (CCBR/CRUISE) to get it from GitHub.