How to use the BWA tool

Source: Internet
Author: User

BWA Algorithm Introduction:

    • Bwa-bactrack
    • Bwa-sw
    • Bwa-mem

BWA Installation:

# Installing BWA tar jxf ~/software/bwa-0.7. . tar. bz2-c/opt/biosoft//opt/biosoft/bwa-0.7. /Makeecho'path= $PATH:/opt/biosoft/bwa-0.7.10' >> ~/~/.BASHRC

BWA Steps to use:

    1. Building the index database of a reference genome using BWA
    2. Bwa-mem (less than BWA-SW and Bwa-backtrack)

Specific commands:

# Create a run directory and entermkdir-P ~/train/ to. reads_aligment/BWACD to. reads_aligment/bwa/# Create soft links for raw data to facilitate data processingLN-S ~/data/xx. incipient_data/data_for_gene_prediction_and_rna-seq/Genome.fastaLN-S ~/data/xx. incipient_data/data_for_variants_calling/f2- +.?. FASTQ./# Create a reference Genome Index BWA Index Genome.fasta-p genome# Create Sam file Bwa Mem-T4Genome f2-19.1. FASTQ f2-19.2. fastq > f2- +. Mem.sam

Resources:

BWA Official website

NGS Bio-Information Analysis V4.2

How to use the BWA tool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.