From 2060f2a9a651ae1b97bf3982df9627e8e3972467 Mon Sep 17 00:00:00 2001 From: Louisa Perelo <louisa.perelo@qbic.uni-tuebingen.de> Date: Thu, 6 Apr 2023 17:00:16 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36aa1e9..3ff2aa3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you would like to re-run the workflow inside this ARC, you can do this via th If you prefer to use `nextflow` directly, navigate into the `runs`-folder and call ```bash sh funcscan_yam.sh - ```` + ``` ### Apply the workflow to your own data If you would like to run `nf-core/funcscan` on your own data, generate a [samplesheet](https://nf-co.re/funcscan/1.0.1/usage#samplesheet-input) specifying the paths to your data-files. Then, create your own `.yml` file setting the `input:`-parameter to your `samplesheet.csv`. Specify any parameter changes in your `.yml` file. -- GitLab