From 309682662783682b2f324c80fb9a699a96dc2049 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Fri, 24 Apr 2020 09:21:35 +0200 Subject: [PATCH 1/2] Fix paths --- annotation/knowledge/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/annotation/knowledge/README.md b/annotation/knowledge/README.md index 9efb78388..0b2f0d466 100644 --- a/annotation/knowledge/README.md +++ b/annotation/knowledge/README.md @@ -42,10 +42,10 @@ Collection of Cheat Sheets / overview / summaries ### BASH * Cheat Sheets: - * [Cheat Sheet Level1](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/Bash_cheat_%20sheet_level1.pdf) - * [Cheat Sheet Level2](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/Bash_cheat_%20sheet_level2.pdf) - * [Cheat Sheet Level3](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/Bash_cheat_%20sheet_level3.pdf) - * [course](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/Bash_lecture.pdf) + * [Cheat Sheet Level1](https://github.com/NBISweden/GAAS/blob/master/annotation/knowledge/Bash_cheat_sheet_level1.pdf) + * [Cheat Sheet Level2](https://github.com/NBISweden/GAAS/blob/master/annotation/knowledge/Bash_cheat_sheet_level2.pdf) + * [Cheat Sheet Level3](https://github.com/NBISweden/GAAS/blob/master/annotation/knowledge/Bash_cheat_sheet_level3.pdf) + * [course](https://github.com/NBISweden/GAAS/blob/master/annotation/knowledge/Bash_lecture.pdf) * [others](bash_other.md) * one-liners: * [Stephen is Turner](https://github.com/stephenturner/oneliners) @@ -96,10 +96,10 @@ Collection of Cheat Sheets / overview / summaries * [http://ivory.idyll.org/blog/2016-sourmash-sbt.html] (http://ivory.idyll.org/blog/2016-sourmash-sbt.html) ### Annotation tools - * #### [Genome (Protein coding genes)](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/annotation_tools.md) - * #### [Mitochondrion](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/annotation_tools_mito.md) - * #### [Chloroplast](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/annotation_tools_chloro.md) - * #### [Plasmid](https://github.com/NBISweden/GAAS/blob/master/annotation/CheatSheet/annotation_tools_plasmid.md) + * #### [Genome (Protein coding genes)](annotation_tools.md) + * #### [Mitochondrion](annotation_tools_mito.md) + * #### [Chloroplast](annotation_tools_chloro.md) + * #### [Plasmid](annotation_tools_plasmid.md) ### [Overview of RNA-seq library types](rnaseq_library_types.md) From b0a8213d5434b58ad7c3a08d459b658789be2c06 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Fri, 24 Apr 2020 09:24:55 +0200 Subject: [PATCH 2/2] Update README.md --- annotation/knowledge/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/annotation/knowledge/README.md b/annotation/knowledge/README.md index 0b2f0d466..680d0f2dd 100644 --- a/annotation/knowledge/README.md +++ b/annotation/knowledge/README.md @@ -1,7 +1,9 @@ -Collection of Cheat Sheets / overview / summaries + +Knowledge: collection of cheat Sheets / overviews / summaries =========================== -# Table of Contents + +## Table of Contents * [Programming](#programming) * [Bash](#bash)