Skip to content

andemening/NGSassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

########################################################
# A script for running Mosaik Assembler pipeline
# and calling SNPs and short indels using GigaBayes
# chromosome by chromosome for SOLiD mate pairs
# Author: Marcin.Kierczak@hgen.slu.se
# Written: 18.05.2010
# -------------------------------------------------
# Modified and expanded, now using Mosaik suite 1.1.0021
# with Freebayes 0.8.5 (also bamtools and bamaddrg)
# Bash based, autorun, user interface, utilizing
# multiple threads
# Co-author: Andreas.E.Lundberg@gmail.com
# GitHub repo: git://github.com/Papegoja/NGSassembly.git
# Date: 13.07.2011
########################################################  
            
Program aligns one chromosome at a time after Build and BuildCS.
Generates individual chromosome directory in results directory. 

First set up working directories and pipeline variables. 
Alignment is done in linear processing fashion using multiple cores. 

All other steps are run IN PARALLEL utilizing user selectable number of threads. 
Build -> BuildCS -> JumpDB -> Align -> RemoveDuplicates -> Sort -> Assemble -> Text -> freebayes

This analysis pipeline requires a lot of disk space. 
Make sure paths are set correctly as script will replace existing results directory. 
All programs need to reside in same directory. 
The reads files are processed from reads directory. 


About

NGS assembly pipeline bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages