From 5f6ca33dfdcd77ea0f102f9fe9137277ea2ea7b5 Mon Sep 17 00:00:00 2001 From: papanikos <n.pappas@uu.nl> Date: Fri, 15 Jan 2021 09:13:15 +0100 Subject: [PATCH] test dropdown summary --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ce66b..48c24ae 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,8 @@ results/A └── predictions.tsv ``` -### Per sample +<details> +<summary>Per sample</summary> * `all_predictions.tsv`: Contains the best prediction per contig (rows) for each tool along with its confidence/p-value/whatever-single-value each tool @@ -254,6 +255,7 @@ NC_023719.1 Firmicutes phylum 1239 * File `reflist.txt`: An intermediate file that holds paths to all produced genome fastas (used as intermediate file to ensure smooth execution) * File `filtered.fa.gz`: Fasta files containing sequences > 5000 bp. +</details> ### Per tool -- GitLab