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
| compounds <PATH_TO_COMPOUNDS> |`file.tsv` or `"smile1;smiles2;smile3;etc"`| The path to the file containing the compounds to use as reactants. Or ;-separated SMILES strings.<sup>1</sup> ||
31
-
| output_directory <OUTPUT_DIRECTORY> |`output/directory/`| The path directory to save the results to. ||
32
-
| neutralize |`True` or `False`| Whether to neutralize the compounds before predicting the products. In this case the new products will also be neutralized. |`False`|
33
-
| reaction_rules |`file.tsv` or `None`| The path to the file containing the reaction rules to use.<sup>2</sup> |[all_reaction_rules_forward_no_smarts_duplicates_sample.tsv](src/biocatalyzer/data/reactionrules/all_reaction_rules_forward_no_smarts_duplicates_sample.tsv)|
34
-
| organisms |`file.tsv` or `"org_id1;org_id2;org_id3;etc"` or `None`| The path to the file containing the organisms to use. Or ;-separated organisms identifiers. Reaction Rules will be selected accordingly (select only rules associated with enzymes encoded by genes from this organisms).<sup>3</sup> | All reaction rules are used. |
35
-
| patterns_to_remove |`patterns.tsv` or `None`| The path to the file containing the patterns to remove from the products. <sup>4</sup> |[patterns.tsv](src/biocatalyzer/data/patterns_to_remove/patterns.tsv)|
36
-
| molecules_to_remove |`molecules.tsv` or `None`| The path to the file containing the molecules to remove from the products. <sup>5</sup> |[byproducts.tsv](src/biocatalyzer/data/byproducts_to_remove/byproducts.tsv)|
37
-
| min_atom_count |`4`| The minimum number of heavy atoms a product must have. |`5`|
38
-
| match_ms_data |`True` or `False`| Whether to match the predicted products to the MS data. |`False`|
39
-
| ms_data_path |`ms_data.tsv`| The path to the file containing the MS data. <sup>6</sup> |`None`|
40
-
| tolerance |`0.02`| The mass tolerance to use when matching masses. |`0.02`|
41
-
| n_jobs |`6`| The number of jobs to run in parallel (-1 uses all). |`1`|
| compounds <PATH_TO_COMPOUNDS> |`file.tsv` or `"smile1;smiles2;smile3;etc"`| The path to the file containing the compounds to use as reactants. Or ;-separated SMILES strings.<sup>1</sup> ||
31
+
| output_directory <OUTPUT_DIRECTORY> |`output/directory/`| The path directory to save the results to. ||
32
+
| neutralize |`True` or `False`| Whether to neutralize the compounds before predicting the products. In this case the new products will also be neutralized. |`False`|
33
+
| reaction_rules |`file.tsv` or `None`| The path to the file containing the reaction rules to use.<sup>2</sup> |[all_reaction_rules_forward_no_smarts_duplicates_sample.tsv](src/biocatalyzer/data/reactionrules/all_reaction_rules_forward_no_smarts_duplicates_sample.tsv)|
34
+
| organisms |`file.tsv` or `"org_id1;org_id2;org_id3;etc"` or `None`| The path to the file containing the organisms to use. Or ;-separated organisms identifiers. Reaction Rules will be selected accordingly (select only rules associated with enzymes encoded by genes from these organisms).<sup>3</sup> | All reaction rules are used. |
35
+
| patterns_to_remove |`patterns.tsv` or `None`| The path to the file containing the patterns to remove from the products. <sup>4</sup> |[patterns.tsv](src/biocatalyzer/data/patterns_to_remove/patterns.tsv)|
36
+
| molecules_to_remove |`molecules.tsv` or `None`| The path to the file containing the molecules to remove from the products. <sup>5</sup> |[byproducts.tsv](src/biocatalyzer/data/byproducts_to_remove/byproducts.tsv)|
37
+
| min_atom_count |`4`| The minimum number of heavy atoms a product must have. |`5`|
38
+
| match_ms_data |`True` or `False`| Whether to match the predicted products to the MS data. |`False`|
39
+
| ms_data_path |`ms_data.tsv`| The path to the file containing the MS data. <sup>6</sup> |`None`|
40
+
| tolerance |`0.02`| The mass tolerance to use when matching masses. |`0.02`|
41
+
| n_jobs |`6`| The number of jobs to run in parallel (-1 uses all). |`1`|
0 commit comments