Skip to content

Commit 3997844

Browse files
authored
Merge pull request #36 from qbic-pipelines/dev
Update index
2 parents 58addf4 + 8f01587 commit 3997844

File tree

2 files changed

+48
-10
lines changed

2 files changed

+48
-10
lines changed

docs/index.rst

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,63 @@ You can contribute or add changes to the documentation, by making a pull request
1515

1616
Additionally, 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-

docs/markdown/running_jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Submitting jobs to the cluster
2+
# Submitting jobs to the SLURM cluster
33

44
These are general statements on how to submit jobs to our clusters.
55

0 commit comments

Comments
 (0)