From dc807d929fef66242302bdac3f1bfdfa886dba00 Mon Sep 17 00:00:00 2001 From: Dmitry Avtonomov Date: Mon, 2 Oct 2017 15:07:09 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9276832..25f1363 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Typical usage example: ## Features: - Mappings can be specified in a separate tab delimited file, one mapping per line. - Specify the path to mappings file via `--mapf` option. + Specify the path to mappings file via `--mapf` option. + An example of a mappings file can be found [here](https://github.com/chhh/mzid-filter/blob/cba81272c8077155699ca6c4d438eb47d081fc04/mappings-example.txt). - The delimiter in `psm.tsv` file is auto-detected (can be comma, tab, space or semicolon). - The column in `psm.tsv` that is used for matching PSMs to `mzid` can be provided as a parameter via `--psmidcol` option. Defaults to `Spectrum`.