vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
182 stars 26 forks source link

Improve installation documentation #458

Closed adamnovak closed 2 months ago

adamnovak commented 2 months ago

This fixes #454 and includes installing prerequisites (like Node via NVM) in the step-by-step flow of the main installation instructions.

It also moves a lot of non-installation-related README content into separate files in the doc/ folder that it then links to.

Also, to make the vg installation process more robust, it includes logic to search for the vg binary in the current directory and a couple subdirectories, even if it isn't on the PATH.