https://github.com/arcadia-science/dammit

just annotate it, dammit!

https://github.com/arcadia-science/dammit

Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

just annotate it, dammit!

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of dib-lab/dammit
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog License Citation

README.md

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.

Owner

  • Name: Arcadia Science
  • Login: Arcadia-Science
  • Kind: organization
  • Location: United States of America

Citation (CITATION)

@article{scott_dammit_2016,
	title = {dammit: an open and accessible de novo transcriptome annotator},
	url = {www.camillescott.org/dammit},
	journal = {in prep.},
	author = {Scott, Camille},
	year = {2016}
}

GitHub Events

Total
Last Year

Dependencies

.github/workflows/gh-pages.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • peaceiris/actions-gh-pages v3 composite
doc/requirements.txt pypi
  • Sphinx >=1.3.1
  • doit *
  • setuptools >=0.6.35
  • sphinx-rtd-theme >=0.1.9
requirements.txt pypi
  • Sphinx >1.3.1
  • doit ==0.29.0
  • ficus >=0.1
  • filelock *
  • khmer >=2.0
  • matplotlib >=1.0
  • numexpr >=2.3.1
  • pandas >=0.18.1
  • pytest >3
  • pytest-cov >2.3
  • setuptools >=0.6.35
  • sh *
  • shmlast >=1.2
  • sphinx-rtd-theme >=0.1.9
  • sphinxcontrib-napoleon >=0.3.11
setup.py pypi
  • doit >=0.29.0
  • ficus >=0.1
  • filelock *
  • khmer >=2.0
  • matplotlib >=1.0
  • numexpr >=2.3.1
  • pandas >=0.18.1
  • setuptools >=0.6.35
  • sh *
  • shmlast >=1.2