imlp 0.1.0
See the version list below for details.
dotnet tool install --global imlp --version 0.1.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local imlp --version 0.1.0
#tool dotnet:?package=imlp&version=0.1.0
nuke :add-package imlp --version 0.1.0
imlp predicts iMTS-L propensity profiles of protein sequences of interest
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
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
- dotnet tool for easier installation and usage (See https://github.com/CSBiology/iMLP#dotnet-tool for more)
- Dockerfile for a containerized, linux based app with all binary native dependencies (See https://github.com/CSBiology/iMLP#docker for more)
- binaries for linux and windows (See https://github.com/CSBiology/iMLP#published-binaries for more)