NGSANE is a framework for advanced production informatics of Next Generation Sequencing libraries.
Version: v0.5.2.0
################################################################################
"NGSANE: A Lightweight Production Informatics Framework for High Throughput Data Analysis" Buske FA, French HJ, Smith MA, Clark SJ, Bauer DC Bioinformatics 2014 May 15;30(10):1471-2. doi: 10.1093/bioinformatics/btu036. Epub 2014 Jan 26.
################################################################################
Define the environment variable NGSANE_BASE and point it to the directory that contains the NGSANE framework. You may want to set up $NGSANE_BASE environment variable on the cluster or in your .bash_rc or .profile You can also specify it in the project-based config file.
For more information check out the wiki at https://github.com/BauerLab/ngsane/wiki
################################################################################
ngsane
bin/ contains the trigger.sh script that is used to launch any and all jobs by supplying an appropriate config file
conf/ contains the config file for the cluster environment at hand. Rename the sample_header.sh template into header.sh and populate the variables contained within with the values specific to your system
core/ contains the core scripts handling job submission, logging and report generation etc.
doc/ contains documents/presentations/publication describing the framework
mods/ contains all modules currently available from within NGSANE
sampleConfigs/ contains a sample config file for various pipelines/modules than can be triggered in the NGSANE framework copy the corresponding file(s) to your data and customise as appropriate
tools/ contains various helper scripts used within the modules, mostly tapping into Python and R
################################################################################
NGSANE requires a config file for each of your projects and a (set of) fastq files that need to be placed in a simple but predefined structure.
Make a new folder for your project and create the following folder structure: