Skip to content

bxlab/cmdb-plot-vcfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published