Coder Social home page Coder Social logo

idc's Introduction

IDC - Intergalactic (reference) Data Commission

What the IUC (Intergalactic Utilities Commission) is for Galaxy tools is the IDC for (reference) Data.

This repository is the entry point to contribute to the community maintained CVMFS data repository hosting approximately 6TB of public and open reference datasets.

Currently, we forsee two distinct modes of this repositoy:

  • single data-managers that do not depend on an other data manager, e.g. metaphlan2
  • data-managers that depend on other data managers and needs to be executed in a workflow like fashion, e.g. hisat2

The single data-managers are easy to run and all you need is a specification on how to run your data manager in a YAML file. An example is the humann2 data manager.

---
data_managers:
    - id: toolshed.g2.bx.psu.edu/repos/iuc/data_manager_humann2_database_downloader/data_manager_humann2_download/0.9.9
      # HUMAnN2 database: Nucleotide database: full chocophlan
      # these params correspond to the Galaxy data manager parameters
      params:
          - 'db|database': 'chocophlan'
          - 'db|build': '{{ item }}'
      items:
          - full
      data_table_reload:
          - humann2_nucleotide_database

If you want to add a new reference genome to our community storage you probably want to include the FASTA file, the bowtie2 and Star index and so on. For this please just add and entry to our genome file.

For examle adding new reference data for mouse (mm10) would look like that.

genomes:
  - id: mm9
    name: M. musculus July 2007 (NCBI37/mm9)

How to use the reference data

If you want to use the reference data please have a look at our ansible-role and the example playbook.

idc's People

Contributors

bgruening avatar slugger70 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.