-
Notifications
You must be signed in to change notification settings - Fork 14
Scripts Reference implementations
Keiran Raine edited this page Apr 2, 2014
·
1 revision
The scripts detailed here are reference implementations of various mapping and analysis algorithms.
They have been built in such a way that they can be run in two modes:
- Fire and forget - end to end processing using single command
- Farm friendly - additional command line args allow specific steps to be triggered in isolation
Runs BWA aln+sampe method of mapping (AKA: BWA backtrack). Processes multiple lanes, merges, marks duplicates and provides completed sample BAM file including index and md5.
The default installation of PCAP-core will not install the required version of BWA for this step (0.6.2). If you wish to use this you will need to build and make this available on you path.
Runs 'BWA mem' method of mapping. Processes multiple lanes, merges, marks duplicates and provides completed sample BAM file including index and md5.