Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.43 KB

File metadata and controls

38 lines (24 loc) · 1.43 KB

BioFSharp.Stats

Logo

NuGet Version NuGet Version

BioFSharp.Stats contains statistical functions with a clear biological focus such as Gene Set Enrichment Analysis (GSEA).

BioFSharp.Stats is part of the BioFSharp extension package ecosystem.

Build status (ubuntu and windows) Test Coverage
Build and test codecov

From 2.0.0 onwards, this package will have a decoupled release schedule from the core BioFSharp package. This means that the versioning will be independent and may not follow the same versioning scheme as BioFSharp.

The last coupled release was 2.0.0-preview.3.

Build

This repo contains a buildproject that can be called either via build.cmd, build.sh, or directly via dotnet run.

Find all build targets in build/Build.fs.

Examples:

  • run the default build target (Build) via build.cmd:
    ./build.cmd
  • run the RunTests target in build.sh:
    ./build.sh RunTests