ukhsa-collaboration / PHEnix

Public Health England SNP calling pipeline.
http://phenix.readthedocs.io/en/latest/
GNU General Public License v3.0
36 stars 8 forks source link

Add module for Pilon variant caller #8

Open tseemann opened 8 years ago

tseemann commented 8 years ago

This is a placeholder to try the Pilon caller - it take standard BAM.

https://github.com/broadinstitute/pilon

alexjironkin commented 8 years ago

Cool, checkout: http://phenix.readthedocs.org/en/latest/api/phe.variant.html#implementing-variant on adding a variant caller. Drop it into phe/variants directory and it will be automatically detected by the system. See http://phenix.readthedocs.org/en/latest/api/phe.variant.html#phe.variant.VariantCaller.make_vcf for the available parameters.