Giter Site home page Giter Site logo

tngwas's Introduction

tngwas

This is a simple and extensible GWAS pipeline writtien in bash to be used with Slurm Workload Manager. Currenly the pipeline has pipeline templates to run association analyses (including manhattan and QQ plots) in regenie and plink2 as well as heritabiltiy estimation in ldsc.

The lib/ directory contains default pipeline templates which are structured as directoris containing a *.sbatch job submission script. The pipeline templates can also use scripts in utils/ (which is design to keep scripts usable by multiple pipeline templates and can be set by the UTILS variable in the config file).

Usage

Clone the repository

git clone https://github.com/lyh970817/tngwas

Generate the default project directory structure in the repository direcotry

cd tngwas
./main.sh --init

An example config file which is required to run the pipeline will be generated. If ldsc is to be used, make sure to specify the ldsc, snp_list and ld_chr variables.

Before actually running the pipeline, make sure to have the GWAS software in the selected pipeline template, parallel and R in your PATH variable (for example, using module load). The qqman and data.table R packages should also be installed.

To run the pipeline, specify the config file and a pipeline template directory.

./main.sh --config config --pipe ./lib/regenie-bt

To clear the file content in LOG and OUT before running the pipeline, add the --fresh flag.

Extending the pipeline

To extend the pipeline, it is as simple as creating a directory containing a set of scripts to be submitted as sbatch jobs and a job submission script named DIRECTORYNAME.sbatch. The scripts can utilize a number of pre-defined variables and use sharable scripts kept in the directory set by UTILS in the config file. Check the exsiting pipeline templates for examples.

tngwas's People

Contributors

lyh970817 avatar

Watchers

 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.