We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b918c commit fbbb792Copy full SHA for fbbb792
1 file changed
docs/diagrams/arranger.md
@@ -5,15 +5,15 @@ The [DatasetArranger][nplinker.arranger.DatasetArranger] is implemented accordin
5
## Strain mappings file
6
``` mermaid
7
flowchart TD
8
- StrainMappings[`strain_mappings.json`] --> SM{Is the mode PODP?}
+ StrainMappings[strain_mappings.json] --> SM{Is the mode PODP?}
9
SM --> |No |SM0[Validate the file]
10
SM --> |Yes|SM1[Generate the file] --> SM0
11
```
12
13
## Strain selection file
14
15
16
- StrainsSelected[`strains_selected.json`] --> S{Does the file exist?}
+ StrainsSelected[strains_selected.json] --> S{Does the file exist?}
17
S --> |No | S0[Nothing to do]
18
S --> |Yes| S1[Validate the file]
19
0 commit comments