imlp 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global imlp --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local imlp --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.1.2 854 5/4/2021
0.1.1 580 5/4/2021
0.1.0 622 4/29/2021

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)