Variant calling with bcftools

Variant calling with bcftools

This recipe follows the variant calling process in the Biostar Handbook.

2 results • updated 2.5 years ago by Istvan Albert

This recipe follows the variant calling process in the Biostar Handbook.

Ensure that you have the bio package installed.

pip install bio --upgrade

The recipe obtains the reference genome AF086833 (the Ebola Mayinga strain of 1976) and will align it the sequencing data obtained from the 2014 outbreak deposited as SRA id SRR1972739

The recipe produces:

  1. a genome for the reference genome
  2. a GFF file for the reference genome
  3. a BAM alignment file
  4. a VCF file for the sequencing run.

For more information see:

Copy recipe
You need write access to the project to edit.
You need write access to the original recipe to edit.
Recipe Interface Builder
Click the buttons on the right to create new fields.
Interface Editor
Edit the content of each interface element.
You need write access to the original recipe to edit.
Edit Recipe
Recipe display name
Unique identifier for the recipe.
Image :
Optional image for the recipe ( 500px Maximum ).
Rank:
Used to order recipes (optional).

Insert Image

Back

Powered by the release 2.3.6