SAMTOOLS-0.1.19 mpileup raw-vcf-out
SAMTOOLS-0.1.19 mpileup raw-vcf-out
Community rating: ?????
From a BAM file it prepares a list of variant candidates in VCF format, ready for downstream filtering.
Community rating: ?????
Quick Start
- To use Find SNPS - mpileup, import your data in BAM format, sorted.
- Resources: http://samtools.sourceforge.net/mpileup.shtml
Test Data
Input File(s)
s_3_tair10srt.bam and tair10genome.fas from the directory above as test input.
Parameters Used in App
When the app is run in the Discovery Environment, use the following parameters with the above input file(s) to get the output provided in the next section below.
- Default parameters only, with the Output.vcf name changed to s_3_tair10.vcf.
This is the same as running this command:
samtools mpileup -Iuf tair10genome.fas s_3_tair10srt.bam | bcftools view -vcg - > s_3_tair10.vcf
Output File(s)
For the test case, the output file you will find in the example_data directory is named s_3_tair10.vcf.