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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Typical usage example:
14
14
15
15
## Features:
16
16
- Mappings can be specified in a separate tab delimited file, one mapping per line.
17
-
Specify the path to mappings file via `--mapf` option.
17
+
Specify the path to mappings file via `--mapf` option.
18
+
An example of a mappings file can be found [here](https://github.com/chhh/mzid-filter/blob/cba81272c8077155699ca6c4d438eb47d081fc04/mappings-example.txt).
18
19
- The delimiter in `psm.tsv` file is auto-detected (can be comma, tab, space or semicolon).
19
20
- The column in `psm.tsv` that is used for matching PSMs to `mzid` can be provided as a parameter via `--psmidcol` option.
0 commit comments