1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Apply suggestions from code review

Co-authored-by: Maxime Garcia <max.u.garcia@gmail.com>
This commit is contained in:
Phil Ewels 2021-04-13 22:52:31 +02:00 committed by GitHub
parent 2afb4f0ad6
commit 2f343868ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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