Skip to content

Commit 75a1cd0

Browse files
committed
Update readme
1 parent 5c81ccc commit 75a1cd0

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.MD

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,11 @@ options:
125125
--pepxml PEPXML [PEPXML ...]
126126
List of input files in pepXML format.
127127
--csv CSV [CSV ...] List of input files in CSV format.
128-
--fmods FMODS Fixed modifications specified in the search (needed with CSV input).
129-
--vmods VMODS Variable modifications specified in the search (needed with CSV input).
128+
--fmods FMODS Fixed modifications specified in the search (needed with CSV input). Example: +57.0215 @ C, +229.1630 @ N-term
129+
--vmods VMODS Variable modifications specified in the search (needed with CSV input). Example: 15.9959 @ M, 42.0106 @ N-term
130130
--enzyme ENZYME Enzyme specificity set in the search (needed with CSV input).
131131
-n PROCESSES, --processes PROCESSES
132132
Maximum number of processes to use.
133-
134-
Instead of file lists, you can pass directory names. This will process all files in the directory.
135133
```
136134

137135

@@ -203,8 +201,8 @@ AA_stat supports the following parameters:
203201
| fixed modification intensity threshold | 3 | Maximum % of peptides containing AA at zero shift to consider a fixed modification. |
204202
| isotope error abundance threshold | 10 | Minimum % of isotope error to justify recommendation of isotope error. |
205203
| minimum localization count | 10 | Minimum absolute localization count to recommend a variable modification. |
206-
| configured fixed modifications || for CSV input, specify here the fixed modifications used in your search. Example: +57.0215 @ C, +229.1629 @ K, +229.1630 @ N-term" |
207-
| configured variable modifications || for CSV input, specify here the variable modifications used in your search. Example: "15.9959 @ M, 42.0106 @ N-term" |
204+
| configured fixed modifications || for CSV input, specify here the fixed modifications used in your search. Example: `+57.0215 @ C, +229.1629 @ K, +229.1630 @ N-term`. |
205+
| configured variable modifications || for CSV input, specify here the variable modifications used in your search. Example: `15.9959 @ M, 42.0106 @ N-term`. |
208206

209207

210208
### Output files

0 commit comments

Comments
 (0)