We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef1901 commit 62a23b4Copy full SHA for 62a23b4
readme.md
@@ -55,6 +55,9 @@ This project uses [transvar](https://github.com/zwdzwd/transvar). This requires
55
# If you have linux and you want to install them globally
56
sudo apt install -y samtools tabix
57
58
+# Installing globally in mac
59
+brew install htslib samtools
60
+
61
# If you want to install them locally (see the content of the script)
62
# > basically downloads the libs and uses make to build the necessary bin files, then deletes all unnecesary source code
63
bash install_transvar_dependencies_locally.sh
0 commit comments