Skip to content

Commit

Permalink
Swap to nf-core image
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal authored Feb 3, 2022
1 parent 1389ca0 commit 82327ec
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
# Swap to nf-core/gitpod image once up.

tasks:
- name: Install Nextflow
init: |
curl -s https://get.nextflow.io | bash
sudo mv nextflow /usr/local/bin
image: nfcore/gitpod:latest

vscode:
extensions: # based on nf-core.nf-core-extensionpack
- codezombiech.gitignore # Language support for .gitignore files
# - cssho.vscode-svgviewer # SVG viewer
# - cssho.vscode-svgviewer # SVG viewer
- davidanson.vscode-markdownlint # Markdown/CommonMark linting and style checking for Visual Studio Code
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
# - nextflow.nextflow # Nextflow syntax highlighting
- oderwat.indent-rainbow # Highlight indentation level
- redhat.vscode-yaml # YAML Language support
- streetsidesoftware.code-spell-checker # Spelling checker for source code
- streetsidesoftware.code-spell-checker # Spelling checker for source code

0 comments on commit 82327ec

Please sign in to comment.