You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@ Then create a config.yaml file (like the example) with the list of all INSDC ref
12
12
13
13
```yaml
14
14
references:
15
-
seg4_H1: U08903.1
16
-
seg4_H2: CY005413.1
17
-
seg3__H5N1: NC_007359.1
15
+
seg4-H1: U08903.1
16
+
seg4-H2: CY005413.1
17
+
seg3--H5N1: NC_007359.1
18
18
```
19
19
20
-
Note that the key e.g. `seg4_H1` will be the prefix of the `dataset` name that is returned in the diamond blastx results.tsv. (As DIAMOND matches proteins each CDS in the sequence receives its own identifier, in Loculus we map all sequences that match the protein `id|CDS{i}` to the sequence `id`. ). The keys should be the same as your sequenceName they are assigned to e.g. `{segment}-{reference}` or alternatively, you can add lists of accepted matches to the `config.accepted_dataset_matches` field.
20
+
Note that the key e.g. `seg4-H1` will be the prefix of the `dataset` name that is returned in the diamond blastx results.tsv. (As DIAMOND matches proteins each CDS in the sequence receives its own identifier, in Loculus we map all sequences that match the protein `id|CDS{i}` to the sequence `id`. ). The keys should be the same as your sequenceName they are assigned to e.g. `{segment}-{reference}` or alternatively, you can add lists of accepted matches to the `config.accepted_dataset_matches` field.
0 commit comments