-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from NBISweden/dev-percyfal
Dev percyfal
- Loading branch information
Showing
5 changed files
with
80 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,9 @@ issue](https://github.com/NBISweden/workshop-pgip/issues). | |
|
||
## Installation and setup, TL;DR | ||
|
||
{% note %} | ||
|
||
**Note:** this is only for developers! To view the website, navigate | ||
to <https://nbisweden.github.io/workshop-pgip/>. | ||
|
||
{% endnote %} | ||
|
||
Clone the repo and cd to directory | ||
|
||
git clone [email protected]:NBISweden/workshop-pgip.git | ||
|
@@ -63,6 +59,7 @@ environment variable: | |
make install-R | ||
make install-kernels | ||
make install-bcftools | ||
make install-pixy | ||
make install-dev | ||
|
||
If the above commands have worked without issues you are done and you | ||
|
@@ -138,6 +135,17 @@ or | |
|
||
in the root directory. | ||
|
||
### Install pixy | ||
|
||
There currently is no pixy conda package for Python>3.9 which requires | ||
manuall installation with pip: | ||
|
||
make install-pixy | ||
|
||
or | ||
|
||
python -m pip install git+https://github.com/ksamuk/pixy.git | ||
|
||
### Development tools | ||
|
||
There are a number of development tools in `environments-dev.yaml` | ||
|
Oops, something went wrong.