All Projects → miRTop → mirtop

miRTop / mirtop

Licence: MIT license
command lines tool to annotate miRNAs with a standard mirna/isomir naming

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to mirtop

bafi
Universal JSON, BSON, YAML, CSV, XML converter with templates
Stars: ✭ 65 (+306.25%)
Mutual labels:  formatter
format-date
📆 A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.
Stars: ✭ 25 (+56.25%)
Mutual labels:  formatter
vscode-nginx-formatter
A simple Formatter, which formats NGINX Configuration Files in VSCode
Stars: ✭ 16 (+0%)
Mutual labels:  formatter
googlejavaformat-action
GitHub Action that formats Java files following Google Style guidelines
Stars: ✭ 66 (+312.5%)
Mutual labels:  formatter
util
封装了一些Java常用的功能
Stars: ✭ 19 (+18.75%)
Mutual labels:  formatter
json-formatter
An extensible JSON Viewer, Editor, Formatter, Validator based on Monaco Editor
Stars: ✭ 41 (+156.25%)
Mutual labels:  formatter
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+75%)
Mutual labels:  formatter
JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (+62.5%)
Mutual labels:  formatter
Bois
Salar.Bois is a compact, fast and powerful binary serializer for .NET Framework. With Bois you can serialize your existing objects with almost no change.
Stars: ✭ 53 (+231.25%)
Mutual labels:  formatter
vue-translated
Internationalization (i18n) and localization (l10n) library for Vue.js v2.
Stars: ✭ 19 (+18.75%)
Mutual labels:  formatter
li18nt
🌎 Lint your i18n translation files. Detect conflicting properties, duplicates and make it more readable and easier to maintain by formatting it!
Stars: ✭ 29 (+81.25%)
Mutual labels:  formatter
eslint-formatter-git-log
ESLint Formatter featuring Git Author, Date, and Hash
Stars: ✭ 36 (+125%)
Mutual labels:  formatter
bundle outdated formatter
Formatter for `bundle outdated` command
Stars: ✭ 16 (+0%)
Mutual labels:  formatter
VSLilyPond
VSCode Extension for LilyPond
Stars: ✭ 59 (+268.75%)
Mutual labels:  formatter
string theory
Flexible modern C++ string library with type-safe formatting
Stars: ✭ 32 (+100%)
Mutual labels:  formatter
pre-commit-hooks
Standardizing our code quality tooling 🛠️
Stars: ✭ 44 (+175%)
Mutual labels:  formatter
dockerfile-language-service
Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
Stars: ✭ 15 (-6.25%)
Mutual labels:  formatter
html-eslint
ESLint plugin for linting HTML
Stars: ✭ 72 (+350%)
Mutual labels:  formatter
street-address
Street address parser and formatter
Stars: ✭ 86 (+437.5%)
Mutual labels:  formatter
rspec-github
Formatter for RSpec to show errors in GitHub action annotations
Stars: ✭ 33 (+106.25%)
Mutual labels:  formatter

mirtop

Project Status: Active – The project has reached a stable, usable state and is being actively developed. biorxiv

Command line tool to annotate with a standard naming miRNAs e isomiRs.

This tool adapt the miRNA GFF3 format agreed on here: https://github.com/miRTop/mirGFF3

Chat

Ask question, ideas Contributors to code

Cite

http://mirtop.github.io

Contributing

Everybody is welcome to contribute, fork the devel branch and start working!

If you are interesting in miRNA or small RNA analysis, you can jump into the incubator issue pages to propose/ask or say hi:

https://github.com/miRTop/incubator/issues

About

Join the team: https://orgmanager.miguelpiedrafita.com/join/15463928

Read more: http://mirtop.github.io

Installation

Bioconda

conda install mirtop -c bioconda

PIP

pip install mirtop

develop version

Thes best solution is to install conda to get an independent enviroment.

wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh

bash Miniconda-latest-Linux-x86_64.sh -b -p ~/mirtop_env

export PATH=$PATH:~/mirtop_env

conda install -c bioconda pysam pybedtools pandas biopython samtools

git clone http://github.com/miRTop/mirtop

cd mirtop

python setup.py develop

Quick start

Read complete commands at: https://mirtop.readthedocs.org

git clone mirtop
cd mirtop/data
mirtop gff --sps hsa --hairpin examples/annotate/hairpin.fa --gtf examples/annotate/hsa.gff3 -o test_out sim_isomir.bam

Output

The mirtop gff generates the GFF3 adapted format to capture miRNA variations. The output is explained here.

Contributors

Citizens

Here we cite any person who has contribute somehow to the project different than through code development and/or bioinformatic concepts.

Gianvito Urgese, Jan Oppelt(CEITEC Masaryk University, Brno, Czech Republic), Thomas Desvignes, Bastian, Kieran O'Neill (BC Cancer), Charles Reid (University of California Davis), Radhika Khetani (Harvard Chan School of Public Health), Shannan Ho Sui (Harvard Chan School of Public Health), Simonas Juzenas(CAU), Rafael Alis (Catholic University of Valencia), Aida Arcas (Instituto de Neurociencias (CSIC-UMH)), Yufei Lin (Harvard University), Victor Barrera(Harvard Chan School of Public Health), Marc Halushka (Johns Hopkins University)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].