mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Apply suggestions from code review
Co-authored-by: Maxime Garcia <max.u.garcia@gmail.com>
This commit is contained in:
parent
2afb4f0ad6
commit
2f343868ad
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ To use nf-core pipelines offline, we recommend using the `nf-core download` help
|
|||
# Download the workflow + transfer to offline cluster
|
||||
nf-core download rnaseq
|
||||
scp nf-core-rnaseq-3.0.tar.gz me@myserver.com:/path/to/workflows # or however you prefer to transfer files to your offline cluster
|
||||
# Connect to offline cluster
|
||||
ssh me@myserver.com
|
||||
# Extract workflow files
|
||||
cd /path/to/workflows
|
||||
|
|
Loading…
Reference in a new issue