A pipeline to analyse the data obtained from targeted bisulfite sequencing through ion-torrent platform.
TaBSAP is a pipeline to map bisulfite treated sequencing reads to a genome of interest and perform methylation calls in a single step and enables a researcher to analyse the methylation levels of their samples straight away. It's main features are:
-Bisulfite mapping and methylation calling in one single step
-Supports single-end ead alignments
-Alignment seed length, number of mismatches etc. are adjustable
-Output gives heatmap with catogories.
1) Install the requirements
2) Download the pipeline or clone the Pipeline in your Linux system with git
Open Terminal
wget https://github.com/pradyumnasagar/TaBSAP/archive/v1.0.1.zip
unzip v1.0.1.zip
cd v1.0.1
git clone https://github.com/pradyumnasagar/TaBSAP.git
cd TaBSAP
3) Copy all the fastq files to fastq
folder and Unconverted reference to reference
folder
4) Run the pipeline and follow the ON-Screen Instructions
./start.sh