Skip to content
Snippets Groups Projects
  1. Dec 16, 2019
  2. Dec 09, 2019
  3. Dec 04, 2019
  4. Dec 03, 2019
  5. Dec 02, 2019
  6. Nov 26, 2019
  7. Nov 25, 2019
  8. Nov 19, 2019
  9. Nov 12, 2019
  10. Nov 04, 2019
    • van den Berg's avatar
      Add test cases for missing ALT in call vcf · 955802ec
      van den Berg authored
      When a vcf file contains calls for all specified positions, the ALT field will
      be empty if there is only a reference call in that position. This commits adds
      tests for this case.
      955802ec
  11. Oct 25, 2019
    • van den Berg's avatar
      Fixed bug with partial no calls · 0ab4c701
      van den Berg authored
      To fix this, we had to rewrite the logic used when comparing variants.
      As a side effect, 'allele_no_call' is now only counted for partial calls
      when they occur in the call set. The test case
      test_partial_positive_no_call was updated to reflect this change.
      
      Also fixed an error where the known and called variants were switched
      when they were being passed to parse_variants.
      0ab4c701
    • van den Berg's avatar
      bbb226bc
    • van den Berg's avatar
      Add test cases where the ALT and REF differ · b63f7cb0
      van den Berg authored
      The actual genotypes are the same between gatk.vcf and
      gatk_ref_alt_changed.vcf, but the REF, ALT and corresponding genotype
      calls differ. This is to test if the conversion of genotype call
      (e.g. 1/3) to the actual genotype (e.g. A/T) is working as intended.
      b63f7cb0
  12. Oct 24, 2019
  13. 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
  14. Oct 22, 2019
  15. Aug 27, 2019
  16. Aug 26, 2019
Loading