Skip to content
Snippets Groups Projects
  1. Oct 24, 2019
  2. Oct 23, 2019
    • van den Berg's avatar
      Compare allele genotypes directly · fb075df9
      van den Berg authored
      Previously we used cyvcf2 gt_types, which indicate whether a site is
      hom_ref, heterozygous, hom_alt or unknown. A limitation of this approach
      is that it only makes sense when the two vcf files have the same REF and
      ALT alleles for a given position.
      
      If this was not the case, vtools would silently skip the variant.
      However, even when the ALT alleles are different between two vcf files,
      the actual genotypes can still be compared. This was implemented in this
      commit, which also fixes issue #8.
      fb075df9
  3. Oct 22, 2019
  4. Aug 27, 2019
  5. Aug 26, 2019
  6. Aug 14, 2019
  7. Aug 08, 2019
    • van den Berg's avatar
      Write stats to stdout by default · 70d3ac7f
      van den Berg authored
      This is also the default behaviour in master. This change restores
      the default behaviour, while still preserving the option to write
      the stats json directly to a file by specifying --stats.
      70d3ac7f
  8. Jul 31, 2019
  9. May 15, 2019
  10. May 07, 2019
  11. Apr 18, 2019
  12. Mar 29, 2019
Loading