Skip to content

Commit fa2a334

Browse files
committed
docs: fix formatting in README and SECURITY files; update links in intro.md and sources.json
1 parent 97c1b70 commit fa2a334

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> Part of the [OpenProteo](https://sigilweaver.app/openproteo/docs/)
1010
> stack for proteomics raw-file access. Sibling readers:
1111
> [OpenTFRaw](https://github.com/Sigilweaver/OpenTFRaw) (Thermo),
12-
> [OpenTimsTDF](https://github.com/Sigilweaver/OpenTDF) (Bruker).
12+
> [OpenTimsTDF](https://github.com/Sigilweaver/OpenTimsTDF) (Bruker).
1313
1414
Rust and Python reader for the Waters MassLynx RAW mass spectrometry
1515
data format. Cross-platform (Linux, macOS, Windows), with no native or

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ OpenWRaw is one of three vendor readers in the
7272
[OpenProteo](https://github.com/Sigilweaver/OpenProteo) stack.
7373
Sibling readers:
7474
[OpenTFRaw](https://github.com/Sigilweaver/OpenTFRaw) (Thermo),
75-
[OpenTimsTDF](https://github.com/Sigilweaver/OpenTDF) (Bruker).
75+
[OpenTimsTDF](https://github.com/Sigilweaver/OpenTimsTDF) (Bruker).
7676
Shared foundation:
7777
[openproteo-core](https://github.com/Sigilweaver/OpenProteoCore).

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OpenWRaw is one of the vendor readers in
1111
[OpenProteo](https://sigilweaver.app/openproteo/docs/), a Rust- and
1212
Python-native stack for proteomics raw-file access. Sibling readers:
1313
[OpenTFRaw](https://sigilweaver.app/opentfraw/docs/) (Thermo `.raw`),
14-
[OpenTimsTDF](https://sigilweaver.app/opentdf/docs/) (Bruker `.d/`).
14+
[OpenTimsTDF](https://sigilweaver.app/OpenTimsTDF/docs/) (Bruker `.d/`).
1515

1616
:::
1717

scripts/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{
3-
"_comment": "Waters MassLynx .raw/ acquisition bundles ship as directories, not single files. The current shared OpenProteo fetcher only downloads single files; add entries here once directory-bundle support lands (see OpenProteo/docs/CORPUS.md). Schema reminder: vendor='waters', instrument, accession, files[] or count, optional format_version / acquisition_mode / expected_spectrum_count / notes."
4-
}
2+
{
3+
"_comment": "Waters MassLynx .raw/ acquisition bundles ship as directories, not single files. The current shared OpenProteo fetcher only downloads single files; add entries here once directory-bundle support lands (see OpenProteo/docs/CORPUS.md). Schema reminder: vendor='waters', instrument, accession, files[] or count, optional format_version / acquisition_mode / expected_spectrum_count / notes."
4+
}
55
]

0 commit comments

Comments
 (0)