Metadata-Version: 2.1
Name: cosmid
Version: 0.4.9.1
Summary: A genomics resource manager
Home-page: https://github.com/robinandeer/cosmid
Author: Robin Andeer
Author-email: robin.andeer@scilifelab.se
License: MIT
Download-URL: https://github.com/robinandeer/cosmid/releases
Keywords: bioinformatics resource manager database genomics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: docopt
Requires-Dist: path.py
Requires-Dist: pyyaml
Requires-Dist: fuzzywuzzy
Requires-Dist: termcolor
Requires-Dist: sh


Cosmid - A genomics resource manager
=====================================
There's a wealth of publicly available genomics resources; assemblies, database dumps, sample data etc. Problem is, they are spread across various FTP servers all over the world. Cosmid can help you find, clone and manage resources, including a quick way to keep up-to-date on the latest releases.

::

  # Clone dependencies from './cosmid.yaml'
  $ cosmid clone
  # Clone a specific resource + target verion (optional)
  $ cosmid clone <package>#<version>

  # Walk through setting up a new 'cosmid.yaml' file
  $ cosmid init


