Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
Updates to use nf-core
  • Loading branch information
DLBPointon authored Aug 12, 2024
1 parent 1815412 commit f48b484
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ tasks:
chmod +x nextflow
nextflow self-update
bash nextflow self-update
- name: Install NF-Core
init: |
pip install nf-core
- name: Download Containers
init: |
nf-core download sanger-tol/treeval --revision 1.1.1 --compress none -d --force --outdir sanger-treeval --container-cache-utilisation amend --container-system docker
- name: Install JBrowse2
# https://jbrowse.org/jb2/download/#jbrowse-cli-tools
Expand All @@ -38,13 +46,6 @@ tasks:
npx serve . -l 3000
- name: Install TreeVal Pipeline
# https://github.com/sanger-tol/treeval
init: |
cd /workspace/treeval-curation/
git clone -b 1.1.1 https://github.com/sanger-tol/treeval.git
- name: Install Curtation Pretext
# https://github.com/sanger-tol/curationpretext
init: |
Expand Down

0 comments on commit f48b484

Please sign in to comment.