Skip to content

Commit f693822

Browse files
authored
Merge pull request #415 from tristan-f-r/docs-yaml-highlight
update text blocks to yaml blocks
2 parents 0f6ccc5 + 68f735a commit f693822

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/tutorial/beginner.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Algorithms
7979
-----------
8080

8181

82-
.. code-block:: text
82+
.. code-block:: yaml
8383
8484
algorithms:
8585
- name: omicsintegrator1
@@ -107,7 +107,7 @@ Invalid or missing parameter keys will cause SPRAS to fail.
107107
Datasets
108108
--------
109109

110-
.. code-block:: text
110+
.. code-block:: yaml
111111
112112
datasets:
113113
-
@@ -131,7 +131,7 @@ The dataset must include the following types of keys and files:
131131
Reconstruction Settings
132132
-----------------------
133133

134-
.. code-block:: text
134+
.. code-block:: yaml
135135
136136
reconstruction_settings:
137137
locations:
@@ -145,7 +145,7 @@ If you are running multiple configuration files, you can set unique paths to kee
145145
Analysis
146146
--------
147147

148-
.. code-block:: text
148+
.. code-block:: yaml
149149
150150
analysis:
151151
summary:
@@ -287,7 +287,7 @@ SPRAS has additional files and directories to use during runs. However, for most
287287

288288
In the beginner.yaml configuration file, uncomment the run2 section under pathlinker so it looks like:
289289

290-
.. code-block:: text
290+
.. code-block:: yaml
291291
292292
run2:
293293
k: [10, 100]
@@ -406,7 +406,7 @@ Step 3: Running Post-Analyses within SPRAS
406406
==========================================
407407
To enable downstream analyses, update the analysis section in your configuration file by setting both summary and cytoscape to true. Your analysis section in the configuration file should look like this:
408408

409-
.. code-block:: text
409+
.. code-block:: yaml
410410
411411
analysis:
412412
summary:

docs/tutorial/intermediate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Step 3: Use ML Post-Analysis
441441

442442
To enable downstream analyses, update the analysis section in your configuration file by setting both summary, cytoscape, and ml, to true. Your analysis section in the configuration file should look like this:
443443

444-
.. code-block:: text
444+
.. code-block:: yaml
445445
446446
analysis:
447447
ml:

0 commit comments

Comments
 (0)