Skip to content

Commit

Permalink
update gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaikumar committed Sep 11, 2023
1 parent c5b6443 commit 60016d0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
image: gitpod/workspace-base

tasks:
- name: install mamba
- name: install gfastats
command: |
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
bash Mambaforge-$(uname)-$(uname -m).sh -b -p /workspace/conda && rm Mambaforge-$(uname)-$(uname -m).sh
/workspace/conda/bin/mamba init bash
source ${HOME}/.bashrc
vscode:
extensions:
- anwar.papyrus-pdf
cd /workspace
wget https://github.com/vgl-hub/gfastats/releases/download/v1.3.6/gfastats.v1.3.6-linux.zip
unzip gfastats.v1.3.6-linux.zip
workspaceLocation: "/workspace"

0 comments on commit 60016d0

Please sign in to comment.