@@ -15,25 +15,63 @@ You can contribute or add changes to the documentation, by making a pull request
1515
1616Additionally, this repository will collect background information for the different analysis types.
1717
18+ Analysis types
19+ --------------
20+
21+ :doc: `markdown/pipelines/pipeline_releases `
22+ Pipeline releases that are currently used at QBiC.
23+
24+ :doc: `markdown/pipelines/exomeseq `
25+ WGS and WES sequencing
26+
27+ :doc: `markdown/pipelines/rnaseq `
28+ RNA sequencing
29+
30+ :doc: `markdown/pipelines/ampliseq `
31+ 16S amplicon sequencing
32+
33+ :doc: `markdown/pipelines/hlatyping `
34+ HLA typing
35+
36+ :doc: `markdown/pipelines/scrnaseq `
37+ Single-cell RNA sequencing
38+
39+ :doc: `markdown/debugging `
40+ Debugging Nextflow pipeline errors
41+
42+
43+ Clusters and remotes
44+ --------------------
45+
46+ :doc: `markdown/running_jobs `
47+ Submitting jobs to the SLURM clusters
48+
49+ :doc: `markdown/denbi_cloud `
50+ Setting up instances on deNBI denbi_cloud
51+
52+ :doc: `markdown/igenomes `
53+ Updating igenomes resource on the cluster
54+
55+ .. Hidden TOCs
56+
1857 .. toctree ::
1958 :maxdepth: 3
2059 :caption: Analysis pipelines
60+ :hidden:
61+
2162 markdown/pipeline_releases
22- markdown/pipelines/rnaseq
2363 markdown/pipelines/exomeseq
64+ markdown/pipelines/rnaseq
2465 markdown/pipelines/ampliseq
2566 markdown/pipelines/hlatyping
67+ markdown/pipelines/scrnaseq
68+ markdown/pipelines/debugging
2669
2770.. toctree ::
2871 :maxdepth: 3
2972 :caption: Clusters and remotes
30- markdown/denbi_cloud
31- markdown/running_jobs
73+ :hidden:
3274
33- .. toctree ::
34- :maxdepth: 3
35- :caption: Miscellaneous
75+ markdown/running_jobs
76+ markdown/denbi_cloud
3677 markdown/igenomes
37- markdown/debugging
38-
39-
0 commit comments