Giter VIP home page Giter VIP logo

cgat-apps's Introduction

cgat-apps

CGAT Apps

CGAT Apps is a collection of scripts to analyse high-throughput sequencing data.

After installation, use the cgat command to see how to use them.

We are attempting to improve our documentation. However, our current documentation can be found here

For questions, please open a discussion on the GitHub issue page

Installation

End users: install using Conda

The preferred method to install CGAT Apps is using the installation script, which uses Conda.

To install cgat-apps using conda::

conda install -c conda-forge -c bioconda cgat-apps

Developers: try the installation script

Alternatively, installation can be performed using our install script that will automate the process for you.

Here are the steps::

    # download installation script:
    curl -O https://raw.githubusercontent.com/cgat-developers/cgat-apps/master/install.sh

    # see help:
    bash install.sh

    # install the development version (recommended, no production version yet):
    bash install.sh --devel [--location </full/path/to/folder/without/trailing/slash>]

    # the code is downloaded in zip format by default. If you want to get a git clone, use:
    --git # for an HTTPS clone
    --git-ssh # for a SSH clone (you need to be a cgat-developer contributor on GitHub to do this)

    # enable the conda environment as requested by the installation script
    # NB: you probably want to automate this by adding the instructions below to your .bashrc
    source </full/path/to/folder/without/trailing/slash>/conda-install/etc/profile.d/conda.sh
    conda activate base
    conda activate cgat-a

    # finally, please run the cgatflow command-line tool to check the installation:
    cgat --help

The installation script will put everything under the specified location. The aim is to provide a portable installation that does not interfere with the existing software. As a result, you will get a conda environment working with CGAT Apps which can be enabled on demand according to your needs.

Usage

Run the cgat --help command to see what scripts are available and how to use them. For example, to strip sequence and quality information from a bam_ file, type::

cgat bam2bam --strip=sequence < in.bam > out.bam

cgat-core samtools

cgat-apps's People

Contributors

andreasheger avatar sebastian-luna-valero avatar iansudbery avatar nickilott avatar snsansom avatar jscaber avatar reshu23 avatar katybrown avatar tim-hu avatar tomsmithcgat avatar logust79 avatar charlie-george avatar jaime11 avatar andreashegergenomics avatar antoniojbt avatar kevinrue 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.