pennywise - A docker based bioinformatics shape shifting tool.
Project description
Pennywise
Pennywise has the ability to shapeshift into the bioinformatic tool you are most afraid to install.
Requirements
You must have docker and python3 available at your system.
Install
pip install pennywise
Usage
List available tools
pennywise list
Basic usage
pennywise <tool> <regular-tool-options>
Example 1: Running trimmomatic
pennywise trimmomatic PE r1.fq r2.fq r1_p.fq r1_u.fq r2_p.fq r2_u.fq SLIDINGWINDOW:4:20 MINLEN:100
Example 2: Running spades
pennywise spades -1 r1_p.fq -2 r2_p.fq -o assembly -meta
First time using a tool
If it's the first time you are running a particular command, pennywise will need to pull the image before it actually runs the tool. Most images will range from 200MB to 2GB, and will get installed in less than 10 minutes providing you have a good internet connection.
pascal@dione:~/Sandbox/$ pennywise quast genome.fa
- It looks like it's your first time running this command!
- pennywise will download the image (staphb/quast:latest) so it can shapeshift
- This can take some time...
Adding your own tools
- Fork this repository
- Update pennywise.toml
- Run
pennywise source <your-github-user>
Pennywise will download pennywise.toml from your fork and use it for command reference.
pennywise.toml format
[quast]
image = "staphb/quast:latest"
prefix_cmd = "quast.py"
[prokka]
image = "staphb/prokka:latest"
prefix_cmd = "prokka"
I don't want to use github as source
It's fine, just update ~/.pennywise/pennywise.toml.
Tools Available
- FastANI
- Prokka
- Quast
- Spades
- Trimmomatic
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pennywise-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: pennywise-0.0.11-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd34adf7e764be66236347bce6be4fe47232ff952007c71715f11f35c32c4d7 |
|
MD5 | 7c74ea3bc332ae65a795d7086836816d |
|
BLAKE2b-256 | 29af724bc36c4bc41615d70d24deaf1d2f6d6efb2979e7c0dc58fb611dc9e9c3 |