Skip to content
Snippets Groups Projects
  1. Oct 22, 2019
    • van den Berg's avatar
      Add test cases for truncated call vcf · c2d64d27
      van den Berg authored
      There are two ways in which a variant can be no call. The variant can be
      present in the vcf file with a ./. genotype, or the variant can be
      missing from the vcf file altogether. This commit adds a test case to
      verify that no call sites are counted properly when they are missing
      from the called vcf file.
      
      Sites that are missing from the positive vcf file do not count towards
      alleles_no_call, since we do not care about variants which are not
      present in the positive vcf file.
      c2d64d27
    • van den Berg's avatar
      Properly count 'no call' sites · 895f7541
      van den Berg authored
      cyvcf2 assigns 'no call' sites a DP and QC of -1, which caused the
      statistics to be off since we checked for 'no call' sites (i.e. gt=3)
      after all other checks.
      
      The check for 'no call' sites was moved up to make sure only true sites
      get to the QC/DP checks. Furthermore, the QC/DP checks are counted
      independenly, since a site can fail multiple checks.
      
      The test cases were updated to reflect these changes, and now all pass.
      895f7541
  2. Aug 27, 2019
  3. Aug 26, 2019
  4. Aug 14, 2019
  5. 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
  6. Jul 31, 2019
  7. May 15, 2019
  8. May 07, 2019
  9. Apr 18, 2019
  10. Mar 29, 2019
  11. Mar 27, 2019
  12. Mar 19, 2019
  13. Mar 18, 2019
Loading