Skip to content

wikibamxd/pab2025_Assignment02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

pab2025_Assignment02

Program description:

  • The program is a Variant Density Calculator (VDC) Takes as Input (matching files):
  • GFF (feature info.)
  • VCF (variant info.) Outputs:
  • Variant Density Calculation YAML formatted file
  • Filtered VCF file containing only variants with selected features (e.g., exon,CDS)

Program structure:

  • One file only program (vdc.py)

Program usage:

Needs to be run in a SHELL: Example:

  • python vdc.py -gff {gff_file} -vcf {vcf_file} -var {vcf} -rep {yaml_file} -ftr exon,CDS

Requirements:

  • Python with Python Standard Library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages