Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Calling SNPs INDELs with SAMtools BCFtools

Community rating: ?????


Calling SNPs INDELs with SAMtools BCFtools , User should turn on SNP calling, call genotypes at variant sites,and output potential variant sites only options in the bcftools variant calling option panel to get SNPs INDELs calls.employs SAMtools 1.7 mpileup and BCFtools 1.8 call to call SNPs and INDELs

Quick Start

Test Data

Info

Test data for this app appears directly in the Discovery Environment in the Data window under Community Data -> iplantcollaborative -> example_data -> Samtools_mpileup.

...

  • Use these parameters within the DE app interface:
    • Check "SNP calling" in "bcftools view - Consensus/variant calling option" panel
    • Check "call genotypes at variant sites" in "bcftools view - Consensus/variant calling option" panel
    • Check "output potential variant sites only" in "bcftools view - Consensus/variant calling option" panelSet the mpileup output filename. 
    • Set the BCFtools call output filename and set the output file type to uncompressed VCF.
    • Leave all other parameters as default.

Output File(s)

Expect a bcftools_view_output The output file in the example data generated with these settings is  bcftools_1.8_call_output.vcf as output.

Tool Source for App