brentp / vcfanno

annotate a VCF with other VCFs/BEDs/tabixed files
https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5
MIT License
357 stars 55 forks source link

Please fix the tree so it compiles #101

Closed zamaudio closed 5 years ago

zamaudio commented 5 years ago

I have found a bug but I cannot contribute a fix because the tree does not compile out of the box.

Please rearrange your source tree so users can run "go install vcfanno". You can do this quite easily by putting the source into ./src and adding all the required modules as git submodules (so you don't need to replicate source). A simple makefile would be handy too.

Thanks

brentp commented 5 years ago

you can do go build -o vcfanno vcfanno.go. I am happy to accept a pull request that uses go modules (not git sub modules).