This pipeline is suppose to automate all the necessary steps between raw sequenced data and called variations.
Note: This gem is under construction!
This gem is using the Burrows-Wheeler Aligner(BWA) to map the short reads back to the genome. This involves two steps:
bwa align
bwa samse
for single- orbwa sampe
for paired-end reads
BWA is used with default settings.