comparison freebayes-d291dc763c4c/freebayes.xml @ 1:5022cd74093c draft

Uploaded
author fubar
date Sat, 28 Sep 2013 06:48:44 -0400
parents 9a7e8a919c78
children 322df5780b19
comparison
equal deleted inserted replaced
0:9a7e8a919c78 1:5022cd74093c
431 <param name="options_type_selector" value="basic"/> 431 <param name="options_type_selector" value="basic"/>
432 <output name="output_vcf" file="freebayes_out_1.vcf.contains" compare="contains"/> 432 <output name="output_vcf" file="freebayes_out_1.vcf.contains" compare="contains"/>
433 </test> 433 </test>
434 </tests> 434 </tests>
435 <help> 435 <help>
436
436 **What it does** 437 **What it does**
437 438
438 This tool uses FreeBayes 0.9.9 to call SNPS given a reference sequence and a BAM alignment file. 439 This tool uses FreeBayes 0.9.9 to call SNPS given a reference sequence and a BAM alignment file.
439 440
440 FreeBayes is a high-performance, flexible, and open-source Bayesian genetic variant detector. It operates on BAM alignment files, which are produced by most contemporary short-read aligners. 441 FreeBayes is a high-performance, flexible, and open-source Bayesian genetic variant detector. It operates on BAM alignment files, which are produced by most contemporary short-read aligners.
441 442
442 In addition to substantial performance improvements over its predecessors (PolyBayes, GigaBayes, and BamBayes), it expands the scope of SNP and small-indel variant calling to populations of individuals with heterogeneous copy number. FreeBayes is currently under active development. 443 In addition to substantial performance improvements over its predecessors (PolyBayes, GigaBayes, and BamBayes), it expands the scope of SNP and small-indel variant calling to populations of individuals with heterogeneous copy number. FreeBayes is currently under active development.
443 444
444 Go `here &lt;http://bioinformatics.bc.edu/marthlab/FreeBayes&gt;`_ for details on FreeBayes. 445 Go FreeBayesMarth_ for details on FreeBayes.
445 446
446 or `here &lt;https://github.com/ekg/freebayes&gt;`_ 447 or FreeBayesGit_ for source
448
447 ------ 449 ------
448 450
449 **Inputs** 451 **Inputs**
450 452
451 FreeBayes accepts an input aligned BAM file. 453 FreeBayes accepts an input aligned BAM file.
668 time and improves scaling performance in large populations. 670 time and improves scaling performance in large populations.
669 671
670 672
671 ------ 673 ------
672 674
675
673 **Citation** 676 **Citation**
674 677
675 For the underlying tool, please cite `Erik Garrison and Gabor Marth. Haplotype-based variant detection from short-read sequencing &lt;http://arxiv.org/abs/1207.3907&gt;`_. 678 For the underlying tool, please cite `Erik Garrison and Gabor Marth. Haplotype-based variant detection from short-read sequencing &lt;http://arxiv.org/abs/1207.3907&gt;`_.
676 679
677 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* 680 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.*
678 681
682 .. _FreeBayesMarth: http://bioinformatics.bc.edu/marthlab/FreeBayes
683
684 .. _FreeBayesGit: https://github.com/ekg/freebayes
685
686 .. _Clustfirst: http://lists.bx.psu.edu/pipermail/galaxy-dev/2010-November/003732.html
679 </help> 687 </help>
680 </tool> 688 </tool>