Skip to content

Commit

Permalink
update installation instructions: fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Jun 5, 2024
1 parent b4fa61c commit 4143628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.Listeria.Kraken1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: install-edirect
run: |
sh -c "$(curl -fsSL https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)"
echo $GITHUB_WORKSPACE/edirect >> $GITHUB_PATH
echo $HOME/edirect >> $GITHUB_PATH
echo $GITHUB_WORKSPACE/Kalamari/bin >> $GITHUB_PATH
tree $GITHUB_WORKSPACE/edirect
tree $HOME/edirect
- name: check-env
run: echo "$PATH"
- name: select for only Listeria
Expand Down

0 comments on commit 4143628

Please sign in to comment.