add a command to check the nextflow install

This commit is contained in:
Natalie Elphick 2024-03-27 13:48:44 -07:00
parent 2520c89e03
commit 86a7de1077
2 changed files with 3 additions and 1 deletions

View file

@ -367,6 +367,7 @@ echo '[alice@dev1 ~]$ exit'
echo '[alice@log1 ~]$ ssh dev1'
echo '[alice@dev1 ~]$ sdk install java 17.0.6-tem'
echo '[alice@dev1 ~]$ wget -qO- https://get.nextflow.io | bash'
echo '[alice@dev1 ~]$ nextflow -v'
```