Skip to content
Update Running on compute clusters authored by mma227's avatar mma227
......@@ -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:
......
......