mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
fix: clearer usage of module
This commit is contained in:
parent
1a7ec56c33
commit
844246cc7d
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ If you use `rackham` to download the pipeline and the singularity containers, we
|
|||
You can use the `Nextflow` UPPMAX provided `module`, but if necessary, you can also download a more recent version.
|
||||
|
||||
```bash
|
||||
# Connect to bianca
|
||||
$ ssh -A <USER>-<BIANCA_PROJECT>@bianca.uppmax.uu.se
|
||||
|
||||
# See the available versions for the module
|
||||
module spider Nextflow
|
||||
|
||||
|
|
Loading…
Reference in a new issue