mskcc/vcf2maf

docker clone

complexgenome opened this issue · 1 comments

The step in readme about docker doesn't clone. git clone git@github.com:mskcc/vcf2maf.git

Following code worked for me:
git clone https://github.com/mskcc/vcf2maf.git

You are cloning the GitHub repo in this step, not the docker image. You can clone repos from GitHub using either HTTPS or SSH. Both have pros and cons, but I prefer SSH since keys are easier to manage than Access Tokens for HTTPS. Read more here.