From 30fab1ede90c536a120ef63a987776f73f1cecc9 Mon Sep 17 00:00:00 2001
From: Louisa Perelo <louisa.perelo@qbic.uni-tuebingen.de>
Date: Thu, 6 Apr 2023 17:11:22 +0200
Subject: [PATCH] update layout README

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3ff2aa3..2266c4b 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ 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
-    ```
+   sh funcscan.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.
@@ -49,10 +49,11 @@ This project is open and contributions to improve it are welcome. See [here](htt
 `SAMPLEARC_NFCORE` was originally written by Louisa Perelo (Quantitative Biology Centre QBiC, University of Tübingen) for DataPlant.
 
 ## License
-MIT License
 
-Copyright (c) DataPlant, Louisa Perelo
+<details markdown="1">
+<summary>MIT License 
 
+Copyright (c) Louisa Perelo</summary>
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
@@ -71,5 +72,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 
+</details>
+
 ## Project status
 This project is still ongoing work.
-- 
GitLab