Skip to content

Commit

Permalink
Remove icdiff in favour of pdiff in gitpod image (nf-core#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal authored and lrauschning committed Jan 17, 2024
1 parent ad7e75d commit 7373386
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ tasks:
- name: unset JAVA_TOOL_OPTIONS
command: |
unset JAVA_TOOL_OPTIONS
- name: Install icdiff for nf-test diff viewing
command: |
sudo apt install icdiff
export NFT_DIFF="icdiff"
export NFT_DIFF_ARGS="-N --cols 200 -L expected -L observed -t"
vscode:
extensions: # based on nf-core.nf-core-extensionpack
- codezombiech.gitignore # Language support for .gitignore files
Expand Down

0 comments on commit 7373386

Please sign in to comment.