From 2f343868adf18aed131194082230fd84ac210fef Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 13 Apr 2021 22:52:31 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Maxime Garcia --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 613ee05..4ccc10a 100644 --- a/README.md +++ b/README.md @@ -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