Coder Social home page Coder Social logo

yeexue / gotcloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from statgen/gotcloud

0.0 0.0 0.0 746.29 MB

Genomes on the Cloud, Mapping & Variant Calling Pipelines

Home Page: http://genome.sph.umich.edu/wiki/GotCloud

Makefile 1.07% Perl 7.02% Perl 6 0.87% Shell 1.33% C++ 47.02% C 35.38% Roff 2.00% JavaScript 0.22% M4 0.07% HTML 2.79% Python 0.27% Pascal 0.01% CMake 0.07% Java 0.13% Lua 0.17% R 0.26% q 0.38% XS 0.01% TeX 0.03% Rebol 0.90%

gotcloud's Introduction

GotCloud

See http://genome.sph.umich.edu/wiki/GotCloud for full GotCloud documentation.

Build Status

Build GotCloud

Before running GotCloud, you need to compile the source:

cd src/; make; cd ..

Test GotCloud

To test GotCloud, run:

gotcloud test

Results are self-checked. If errors occur, the output will say so. If all tests complete successfully, the output will be deleted.

The output directory will be listed near the top of the output.

To preserve the output files for inspection even when gotcloud runs without errors, run:

gotcloud test --leave-a-mess

General Help for Variant Calling

Variant Calling requires three types of input files:

  1. a set of BAM files

    • For high quality SNP calls BAM files should already be:
      • duplicate-marked
      • base-quality recalibrated
  2. index file

    • Each line contains at least 3 space-separated columns representing a single individual:

        [SAMPLE_ID] [COMMA SEPARATED POPULATION LABELS] [BAM_FILE1] [BAM_FILE2] ...
      
    • 1 or more BAMs are allowed per individual

  3. configuration file

    • Contains run-time options & command line arguments.

    • A default configuration is provided.

    • User must specify:

      • BAM_INDEX = # the path/name of the index file
      • OUT_DIR
    • Optional specifications...

      • CHRS = #space separated list of chromosomes - defaults to 1-22 & X
    • Refer to the default configuration & the wiki page for more information on other settings.

Optional input files:

  • Pedigree files (PED format) (to specify gender information in chrX calling)
  • Target information (UCSC's BED format) in targeted or whole exome capture sequencing

Once these files are configured, to run snp calling and process the data:

{path}gotcloud snpcall --conf {conf_file} \
--outdir {output_directory} --numjobs {# of threads to use for processing}

gotcloud's People

Contributors

mktrost avatar pjvandehaar avatar tpg-as-topmed avatar schelcj avatar coordinatesystem avatar hyunminkang avatar atks avatar griffan avatar v-a-s-a 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.