README 752 B

12345678910111213141516
  1. Burrows-Wheeler Aligner (BWA) is an efficient program that aligns
  2. relatively short nucleotide sequences against a long reference sequence
  3. such as the human genome. It implements two algorithms, bwa-short and
  4. BWA-SW. The former works for query sequences shorter than 200bp and the
  5. latter for longer sequences up to around 100kbp. Both algorithms do
  6. gapped alignment. They are usually more accurate and faster on queries
  7. with low error rates.
  8. A configuration file ("_aptx_configuration_file") will be used if it is
  9. in your $HOME. An example configuration file is available in
  10. /usr/share/archeopteryx.
  11. If you use BWA-SW, please cite:
  12. Li H. and Durbin R. (2010) Fast and accurate long-read alignment with
  13. Burrows-Wheeler Transform. Bioinformatics, Epub.