Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 469 Bytes
  1. Make a copy of code and input data
cd
git clone https://github.com/bxlab/cmdb-plot-vcfs
cd cmdb-plot-vcfs
cp ~/data/vcf_files/random_snippet.vcf .
cp ~/data/gtf_files/gencode.v41.annotation.gtf.gz .
gunzip *.gz
  1. Create a new conda environment with required software
conda create --name day4-lunch
conda activate day4-lunch
conda install bedtools matplotlib
  1. Run workflow
bash do_all.sh random_snippet.vcf gencode.v41.annotation.gtf