A repository for the preparing manuscript "A platform/webserver for genomic data analysis, reporting, and interpretation"
my_pipeline/
├── scripts/
│ └── pythonpipelinefix_AWSconnection.py # vep annotated analysis py script
├── vcf/ # original vcf
│ └── sample1.vcf
├── vcf_pass/ # vcf file after filtering "PASS"
├── vep/ # vep.annotated
└── python_results/ # results files from py script