Skip to content

Instantly share code, notes, and snippets.

View bwubb's full-sized avatar

Brad Wubbenhorst bwubb

  • University of Pennsylvania
  • Philadelphia
View GitHub Profile
@bwubb
bwubb / VarScan2_format_converter.py
Created December 30, 2016 14:57 — forked from PoisonAlien/VarScan2_format_converter.py
Takes output file generated by VarScan2 somatic programme and converts the formats.
__author__ = "Anand M"
'''
Takes output file generated by VarScan2 somatic programme and converts the formats.
'''
import argparse, math, re
parser = argparse.ArgumentParser(
description="Converts VarScan2 somatic vcf to native format and vice-versa.\nInput is automatically detected")