Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@kMutagene kMutagene released this 04 May 15:37
· 11 commits to main since this release

First release of the imlp cli tool including binaries, Dockerfile, and ONNX models.

The respective webserver release can be found here

We supply multiple ways of using imlp. See here for details.

  • Dotnet tool: install this release as a dotnet cli tool
  • Binaries: self-contained applications for x64 windows and linux. Linux users still need to install some native dependencies
  • Dockerfile: use this image to build a containerized version that can run the imlp cli tool
  • ONNX models: models ready to consume with other frameworks

Release notes:

0.1.2

  • Add Fallback path for models

0.1.1

  • Fix models not being present in the tool package

from 0.1.0

First release of the imlp cli tool.

  • all basic cli commands:
    • -s to predict for single sequences, -f to predict for all proteins in a fasta file
    • -o to write to a file instead of stdout
    • -m to select between plant and nonplant model
    • -p to add a directory to save plots to
    • -pr to pass a regex for protein names
    • -v to controll verbosity of logging
      See https://github.com/CSBiology/iMLP#usage for more info