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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,13 +125,11 @@ options:
125
125
--pepxml PEPXML [PEPXML ...]
126
126
List of input files in pepXML format.
127
127
--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
130
130
--enzyme ENZYME Enzyme specificity set in the search (needed with CSV input).
131
131
-n PROCESSES, --processes PROCESSES
132
132
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.
135
133
```
136
134
137
135
@@ -203,8 +201,8 @@ AA_stat supports the following parameters:
203
201
| fixed modification intensity threshold | 3 | Maximum % of peptides containing AA at zero shift to consider a fixed modification. |
204
202
| isotope error abundance threshold | 10 | Minimum % of isotope error to justify recommendation of isotope error. |
205
203
| 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`.|
0 commit comments