BioFSharp Versions Save

Open source bioinformatics and computational biology toolbox written in F#.

2.0.0-preview.2

2 years ago

This pre-release basically only exists to trigger zenodo DOI assignment.

Release notes:

https://github.com/CSBiology/BioFSharp/blob/developer/RELEASE_NOTES.md#200---tbd

1.2.0

4 years ago

1.1.0

4 years ago

Additions:

Bugfixes:

1.0.03

4 years ago

1.0.03 - Wednesday, February 26, 2020

1.0.02

4 years ago

Combining some minor releases to this large one:

1.0.02 - Wednesday, February 19, 2020

  • BioFSharp.BioDB:
    • Fix FaTool OData model URL
  • BioFSharp.Vis
    • Add Function to save chord plots as html files

1.0.01 - Thursday, October 24, 2019

  • BioFSharp.Stats:
    • Major speed improvements for Sailent

1.0.0 - Wednesday, October 23, 2019

Renaming of BioFSharp.Biotools makes this a major version increase, as it is not backwards compatible. Several bugfixes and additions to multiple sub projects:

0.1.02 - Wednesday, September 04, 2019

Several bugfixes and additions to multiple sub projects:

0.1.01 - Wednesday, July 31, 2019

Several bugfixes and additions to multiple sub projects:

  • BioFSharp (core):

    • Add Unit testing for modules: Formula Mass BioArray
    • Changed functionality:
      • Formula.substract now also returns negative atom counts
  • BioFSharp.ML:

    • Additional functionality:
      • add thin CNTK API

0.1.0

5 years ago

0.1.0 - Thursday, May 30, 2019

Several bugfixes and additions to multiple sub projects:

0.0.16 - Thursday, March 7, 2019

  • Fix template files for all nuget packages:
    • use correct paths for binaries
    • update project descriptions
    • use type project to infer dependencies

0.0.15

5 years ago

This release contains all features we did not track in our release notes (the 0.0.1"Initial release"). For a full overview of BioFSharp's functionality check the documentation.

Additionally, the following features were introduced:

(get nuget packages from the nuget branch)

  • ImgP - project introduction:

    • Toolbox for analysis of neuronal calcium-imaging data
  • BioFSharp.ML - project introduction:

    • Usage of Microsoft's CNTK library with a biological focus:
    • This project comes with working CNTK integration:
      • necessary dependencies to use CNTK and its unmanaged libraries
      • CNTK loadscript: an easy way to load all dependencies of CNTK. load the script and use the resolveCNTKDependencies() function.
    • Built-in deep neural network 'd::ppop' (publication)
      • predict peptide observability in mass spectrometry
      • Classification: functions to determine peptide feature vectors as input for dppop
      • Prediction: functions to predict peptide observability using the feature vectors prepared in Classification.
      • NonPlant and Plant models as embedded resources: the two models used in the original Web API. Additionally load custom models.
  • BioFSharp.BioTools - project introduction:

    • uses docker.dotnet to use docker images and stream their output to fsi
    • Low level wrapping of multiple docker.dotnet functions for F#
    • Basic functionality for using docker images from fsi
    • BioContainer functionality:
      • Add windows/unix path conversions and subpath matching to MounInfo
      • Add execReturnAsync (returns stdout of docker container) and execAsync (redirects stdout/stderr of container)
    • Addition of blast biocontainer support for:
      • BLAST: makeblastdb, blastp, blastn
      • HMMER:
        • hmmbuild
        • hmmalign
        • hmmsearch
        • hmmscan
        • hmmemit
        • hmmpress
        • hmmconvert
      • Hera
      • FastP
      • ClustalO
  • Addition of Pretty Printers, SOFT Parser, GEOFTP functions

  • Improvement and refactoring of Modification functionality