All Projects → dib-lab → dammit

dib-lab / dammit

Licence: other
just annotate it, dammit!

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to dammit

TransPi
TransPi – a comprehensive TRanscriptome ANalysiS PIpeline for de novo transcriptome assembly
Stars: ✭ 18 (-78.05%)
Mutual labels:  annotation, transcriptomics
marginalia
javascript implementation of annotations using fragmention
Stars: ✭ 29 (-64.63%)
Mutual labels:  annotation
data-mediator
a data mediator framework bind callbacks for any property
Stars: ✭ 66 (-19.51%)
Mutual labels:  annotation
pisces
PISCES is a pipeline for rapid transcript quantitation, genetic fingerprinting, and quality control assessment of RNAseq libraries using Salmon.
Stars: ✭ 23 (-71.95%)
Mutual labels:  transcriptomics
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (-20.73%)
Mutual labels:  annotation
EveReader
Epub Reader, focused on annotation.
Stars: ✭ 68 (-17.07%)
Mutual labels:  annotation
MERlin
MERlin is an extensible analysis pipeline applied to decoding MERFISH data
Stars: ✭ 19 (-76.83%)
Mutual labels:  transcriptomics
trunklucator
Python module for data scientists for quick creating annotation projects.
Stars: ✭ 80 (-2.44%)
Mutual labels:  annotation
immutables-vavr
Immutables encodings for Vavr
Stars: ✭ 32 (-60.98%)
Mutual labels:  annotation
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (-19.51%)
Mutual labels:  transcriptomics
pychopper
A tool to identify, orient, trim and rescue full length cDNA reads
Stars: ✭ 74 (-9.76%)
Mutual labels:  transcriptomics
labelCloud
A lightweight tool for labeling 3D bounding boxes in point clouds.
Stars: ✭ 264 (+221.95%)
Mutual labels:  annotation
shade
Automatic code generation for the SharedPreferences operation.
Stars: ✭ 26 (-68.29%)
Mutual labels:  annotation
SMMT
Social Media Mining Toolkit (SMMT) main repository
Stars: ✭ 116 (+41.46%)
Mutual labels:  annotation
Pando
Multiome GRN inference.
Stars: ✭ 21 (-74.39%)
Mutual labels:  transcriptomics
evidenceontology
Evidence & Conclusion Ontology development site: Use ISSUES to request terms. See WIKI for how to request terms. See README for how to cite ECO. Visit our website for more project info.
Stars: ✭ 35 (-57.32%)
Mutual labels:  annotation
dee2
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
Stars: ✭ 32 (-60.98%)
Mutual labels:  transcriptomics
hibernate-table-relationship
在 Hibernate 中如何配置多表关系映射,包括:一对一、一对多和多对多。
Stars: ✭ 15 (-81.71%)
Mutual labels:  annotation
paccmann rl
Code pipeline for the PaccMann^RL in iScience: https://www.cell.com/iscience/fulltext/S2589-0042(21)00237-6
Stars: ✭ 22 (-73.17%)
Mutual labels:  transcriptomics
asap
A scalable bacterial genome assembly, annotation and analysis pipeline
Stars: ✭ 47 (-42.68%)
Mutual labels:  annotation

image Documentation Status DOI

"I love writing BLAST parsers!" -- no one, ever

dammit is a simple de novo transcriptome annotator. It was born out of the observation that: annotation is mundane and annoying; all the individual pieces of the process exist already; and, the existing solutions are overly complicated or rely on crappy non-free software.

Science shouldn't suck for the sake of sucking, so dammit attempts to make this sucky part of the process suck a little less.

Basic Usage

Install dammit with bioconda.

conda create -n dammit-env python=3 dammit
conda activate dammit-env

Download and install a subset of the databases:

dammit databases --install --quick

And the annotate with:

dammit annotate <transcriptome_fasta>

Head over to the docs for much more detailed information!

Acknowledgements

I've received input and advice from a many sources, including but probably not limited to: C Titus Brown, Matt MacManes, Chris Hamm, Michael Crusoe, Russell Neches, Luiz Irber, Lisa Cohen, Tessa Pierce, Sherine Awad, and Tamer Mansour.

CS was funded by the National Human Genome Research Institute of the National Institutes of Health under Award Number R01HG007513 through May 2016, and now receives support from the Gordon and Betty Moore Foundation under Award number GBMF4551.

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].