Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Running on compute clusters
authored
Mar 30, 2022
by
mma227
Hide whitespace changes
Inline
Side-by-side
Technical/Running-on-compute-clusters.md
View page @
aafbcad3
...
...
@@ -17,14 +17,14 @@ Nextflow does not need to be installed on compute nodes.
### Internet access
#### Login/Interactive node
####
#
Login/Interactive node
The login/interactive node often have access to the outside internet.
If it does not, you may get away with cloning this repository and copying it to the login/interactive node.
You may then run the usual
`nextflow run`
command where you replace the repository url with the path to where you copied the files.
Assuming you run the command within the copied directory, it would look something like:
`nextflow run . [parameters]`
.
#### Compute nodes
####
#
Compute nodes
Regarding the compute nodes, it is much easier if they also have access to the outside internet too.
Compute nodes need internet to:
...
...
...
...