Skip to content

sfragkoul/Varscan2VCF

 
 

Repository files navigation

Summary

  • This is a repo with scripts to convert the output of VarScan to the VCF format.

  • To install VarScan follow the intructions here and to execute it follow these intructions.

  • To excute this script just run python vscan_pileup2cns2vcf.py test_file.tsv > test_file.vcf

  • Please note that the VCF file contains all positions, even those without variants, so it needs some cleaning afterwards. For further cleaning of the VCF please ran vcf_cleaning.R script.

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • R 3.7%