Skip to content

biobakery/anadama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnADAMA

Another Automated Data Analysis Management Application


To start working with the new features of AnADAMA, use the v2 branch.

$ git clone https://github.com/biobakery/anadama.git
$ cd anadama
$ git checkout v2
$ python setup.py install

AnADAMA is essentially doit with a few extensions:

  • Extra command to serialize the DoIt action plan into a JSON document
  • All DoIt tasks are serialized into runnable python scripts.
  • Executes tasks on compute clusters LSF and SLURM without having to directly interact with the queueing system.
  • Defines pipelines, collections of doit tasks, and provides interfaces to pipelines.

One liner:

$ pip install -e 'git+https://github.com/biobakery/anadama.git@master#egg=anadama-0.0.1'

Looking to use AnADAMA for microbiome sequence analysis? Check out the anadama_workflows repository_ over on github.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages