Skip to content

Commit

Permalink
Install nextflow to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 8, 2024
1 parent c63d251 commit 8ac1042
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/scripts/install_nextflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ echo Install Nextflow .. >> artifacts/test_artifact.log

wget -qO- https://get.nextflow.io | bash

mkdir -p /opt/nextflow/bin

mv nextflow /opt/nextflow/bin

echo "export PATH=/opt/nextflow/bin:$PATH" >> ~/.bashrc
sudo mv nextflow /usr/local/bin/

0 comments on commit 8ac1042

Please sign in to comment.