We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc9c4 commit 9e51064Copy full SHA for 9e51064
.gitpod.yml
@@ -2,9 +2,7 @@ image: nfcore/gitpod:latest
2
tasks:
3
- name: install current state of nf-core/tools
4
command: |
5
- NFCORE_BUILD_PATH=$HOME/nf-core_build
6
- pip install --upgrade -r requirements-dev.txt -e . -t $NFCORE_BUILD_PATH
7
- PATH="$NFCORE_BUILD_PATH:$PATH"
+ python -m pip install --upgrade -r requirements-dev.txt -e .
8
vscode:
9
extensions: # based on nf-core.nf-core-extensionpack
10
- codezombiech.gitignore # Language support for .gitignore files
0 commit comments