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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,18 @@ Wrapper around the .net (C#) ThermoFisher ThermoRawFileReader library for runnin
5
5
* mzML and indexed mzML: both MS1, MS2 and MS3 spectra
6
6
* Apache Parquet: under development
7
7
8
-
As of version 1.2.0, 2 subcommands are available (see usage for examples):
8
+
As of version 1.2.0, 2 subcommands are available (shoutout to the [eubic 2020 developers meeting](https://eubic-ms.org/events/2020-developers-meeting/), see [usage](#usage) for examples):
9
9
* query: returns one or more spectra in JSON PROXI by scan number(s)
10
10
* xic: returns chromatogram data based on JSON filter input
11
11
12
12
These features are still under development, remarks or suggestions are more than welcome.
* Hulstaert N, Shofstahl J, Sachsenberg T, Walzer M, Barsnes H, Martens L, Perez-Riverol Y: _ThermoRawFileParser: Modular, Scalable, and Cross-Platform RAW File Conversion_[[PMID 31755270](https://www.ncbi.nlm.nih.gov/pubmed/31755270)].
18
+
* If you use ThermoRawFileParser as part of a publication, please include this reference.
19
+
16
20
## (Linux) Requirements
17
21
[Mono](https://www.mono-project.com/download/stable/#download-lin) (install mono-complete if you encounter "assembly not found" errors).
18
22
@@ -163,6 +167,8 @@ An example input JSON file:
163
167
164
168
```
165
169
170
+
[Go to top of page](#thermorawfileparser)
171
+
166
172
## Galaxy integration
167
173
168
174
ThermoRawFileParser is available in the Galaxy [ToolShed](https://toolshed.g2.bx.psu.edu/view/galaxyp/thermo_raw_file_converter/a3edda696e4d) and is deployed at the [European Galaxy Server](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/galaxyp/thermo_raw_file_converter/thermo_raw_file_converter/).
@@ -238,3 +244,4 @@ or with the bash script (`ThermoRawFileParser.sh`):
0 commit comments