Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

MirMachine

Logo

Build Status Documentation Status

Project Status: Active – The project has reached a stable, usable state and is being actively developed. PyPI version Anaconda-Server Badge Anaconda-Server Badge
Anaconda-Server Badge Docker Pulls
A command line tool to detect miRNA homologs in genome sequences.

Installation

To install this package with conda run:

conda install mirmachine -c bioconda -c conda-forge

Please add conda-forge as a channel. Installing via mamba is also strongly recommended for a faster installation. You can install mamba and later MirMachine like this:

conda install mamba -c conda-forge
mamba install mirmachine -c bioconda -c conda-forge

Check if the installation works by calling the main script.

MirMachine.py --help

Note: You have to install dependencies if you prefer GitHub or PyPi installation.

Quick start example

Create a new directory and run MirMachine there after the installation. MirMachine will create the required directories while running.

MirMachine.py -n Caenorhabditis -s Caenorhabditis_elegans --genome sample/genomes/ce11.fa --cpu 20 --model proto

See our documentation for detailed explanations: https://mirmachine.readthedocs.io/

Options and Arguments

MirMachine 0.3.0.5

Usage:
    MirMachine.py --node <text> --species <text> --genome <text> [--model <text>] [--evalue <float>] [--min-length <integer>] [--cpu <integer>] [--add-all-nodes|--single-node-only] [--unlock|--remove] [--touch] [--dry] [--long]
    MirMachine.py --species <text> --genome <text> --family <text> [--model <text>] [--evalue <float>] [--min-length <integer>] [--cpu <integer>] [--unlock|--remove] [--touch] [--dry] [--long]
    MirMachine.py --node <text> [--add-all-nodes]
    MirMachine.py --print-all-nodes
    MirMachine.py --print-all-families
    MirMachine.py --print-ascii-tree
    MirMachine.py (-h | --help)
    MirMachine.py --version

Arguments:
    -n <text>, --node <text>              Node name. (e.g. Caenorhabditis)
    -s <text>, --species <text>           Species name. (e.g. Caenorhabditis_elegans)
    -g <text>, --genome <text>            Genome fasta file location (e.g. data/genome/example.fasta)
    -m <text>, --model <text>             Model type: deutero, proto, combined [default: combined]
    -f <text>, --family <text>            Run only a single microRNA family (e.g. Let-7).
    -e <text>, --evalue <float>           Inclusion E-value. May inflate low quality hits. [default: 0.2] Default 5 if --long is used.
    --min-length <integer>                 Minimum precursor length in nucleotides. [default: 50]
    -c <integer>, --cpu <integer>         CPUs. [default: 2]

Options:
    -a, --add-all-nodes                 Move on the tree both ways. NOT required most of the time.
    -o, --single-node-only              Run only on the given node for microRNA families.
    --long                              Use long microRNA covariance models rather than standard models (Experimental).
    -p, --print-all-nodes               Print all available node options and exit.
    -l, --print-all-families            Print all available families in this version and exit.
    -t, --print-ascii-tree              Print ascii tree of the tree file.
    -u, --unlock                        Rescue stalled jobs (Try this if the previous job ended prematurely).
    -r, --remove                        Clear all output files (this won't remove input files).
    -d, --dry                           Dry run.
    -h, --help                          Show this screen.
    --touch                             Touch output files (mark them up to date without really changing them).
    --version                           Show version.

Output

The MirMachine main executable will generate GFF annotations (filtered and unfiltered) and some other files. You will see results/predictions/ directory which contains:

gff/ All predicted microRNA families.
filtered_gff/ High confidence microRNA family predictions after bitscore filtering. (This file is what you need in most cases)
fasta/ Both high and low confidence predictions in FASTA format.

MirMachine's other repos

Supplementary files repo: https://github.com/sinanugur/MirMachine-supplementary

Citation

Our Cell Genomics paper is here: https://doi.org/10.1016/j.xgen.2023.100348 Please cite if you find our tool useful.

MirMachine website: https://mirmachine.org

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mirmachine-0.3.0.6b0.tar.gz (251.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mirmachine-0.3.0.6b0-py3-none-any.whl (263.2 MB view details)

Uploaded Python 3

File details

Details for the file mirmachine-0.3.0.6b0.tar.gz.

File metadata

  • Download URL: mirmachine-0.3.0.6b0.tar.gz
  • Upload date:
  • Size: 251.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for mirmachine-0.3.0.6b0.tar.gz
Algorithm Hash digest
SHA256 9cd18ce54ff0d0e113c579927a211343b0fe530d118adf7ca950f2975305347a
MD5 bb4364467b10bc006f2db0e1eafdd029
BLAKE2b-256 1d6b6020c4726dfb1a8738873b46575df07bebd59f35ea409a9c3a053a00a76d

See more details on using hashes here.

File details

Details for the file mirmachine-0.3.0.6b0-py3-none-any.whl.

File metadata

  • Download URL: mirmachine-0.3.0.6b0-py3-none-any.whl
  • Upload date:
  • Size: 263.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for mirmachine-0.3.0.6b0-py3-none-any.whl
Algorithm Hash digest
SHA256 946eded2e0c339fb7334d14ca6c8067fd05d8237aca6282fe909532ca25c5051
MD5 d83bb73d9b1fdf6a08bc6f8fe35b3282
BLAKE2b-256 ce3f5c86c23c75362f923b62b200c848c3224798f27e86fc1ee69af54c6df313

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0.6b0 This release

2 files

0.3.0.5

2 files

0.3.0.4

2 files

0.3.0.3

1 file

0.3.0.2

1 file

0.3.0.1

1 file

0.3.0

1 file

0.2.13

1 file

0.2.12

1 file

0.2.11.2022

1 file

0.2.11.2

1 file

0.2.11.1

1 file

0.2.11

1 file

0.2.10

1 file

0.1.31

1 file

0.1.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page