Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 599 Bytes

VCF2XLS

VCF2XLS is a free, open source and file converter software designed for big files in VCF format. Your VCF converted to XLS from now. VCF stands for Variant Call Format and it is used by bioinformatics projects to encode structural genetic variants.

Requirements

  • Web Server (eg: Apache, Nginx, IIS)

Docker

  • It is possible to containerise:

docker build -t vcf2xls .

docker run -dit --name vcf2xls -p 8080:80 vcf2xls

Contributing

Fork the repository, make the code changes then submit a pull request.

License

vcf2xls is released under the GPLv3 license.