scholl-lab / vcf-filtering

A collection of scripts for filtering annotated variant call format files
MIT License
2 stars 1 forks source link

Feature request: Add Option for Probands and Controls in replace_gt_with_sample #38

Closed berntpopp closed 1 month ago

berntpopp commented 1 month ago

Description

Enhance the replace_gt_with_sample script by adding options to specify probands and controls, along with respective counts. This will allow users to easily differentiate and count variants in these groups.

Tasks

  1. Add new options to the replace_gt_with_sample script for specifying probands and controls.
  2. Update the script logic to handle the new options and calculate respective counts.
  3. Add documentation for the new options, including usage examples.
  4. Test the script to ensure it correctly handles the new options and produces accurate counts.

Benefits

berntpopp commented 1 month ago

Relates to #23 and #24