forked from bgruening/galaxytools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chemical toolbox updates (bgruening#1476)
* Updated ob_convert to allow appending properties to the title * lint fixes * bump ob depiction version * fixed linter * fixed linter by updating documentation * removed accidentally added files * fixed obconvert tests * fixed simsearch test * fixed test results as knn is now passed correctly * first round linting updates * fixing merger and fragmenter tools * fixed linting merger * added citations to pgchem tools * added citations * fixed linting * fixed linting and introduced macro file * fixed fragmenter tests * fixed doclink * started repairing fragmented * copied needed functions and removed import. * lint * added .shed.yml file * xchem shedfile * fixed long description * removed tests for merger * fixed repo name * fixed openbabel version * update to openbabel 3 * renamed repository * Apply suggestions from code review * Update fragmenter.xml * Rename .shed.yml to __not_deployed_.shed.yml * Rename .shed.yml to _not_deployed_.shed.yml --------- Co-authored-by: Björn Grüning <[email protected]>
- Loading branch information
Showing
21 changed files
with
260 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: bgchem | ||
owner: bgruening | ||
remote_repository_url: "https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fragmenter" | ||
homepage_url: "https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fragmenter" | ||
categories: | ||
- Computational chemistry | ||
description: "Tools for fragmentation." | ||
long_description: | | ||
"Tools to fragment compounds and merge them together." | ||
auto_tool_repositories: | ||
name_template: "{{ tool_id }}" | ||
description_template: "{{ tool_name }} tool from the bgchem Chemical Toolbox" | ||
suite: | ||
name: suite_bgchem | ||
description: tools from the bgchem Chemical Toolbox are used to fragment compounds and merge them together | ||
type: repository_suite_definition |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
chemicaltoolbox/fragmenter/test-data/fragmenter_on_CID_2244_recap.smi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Oc1ccccc1C(=O)O | ||
O=CC | ||
[O]c1c(cccc1)C(=O)O | ||
O=[C]C |
2 changes: 1 addition & 1 deletion
2
chemicaltoolbox/fragmenter/test-data/fragmenter_on_CID_2244_recap_mark.smi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[U]c1ccccc1C(=O)O | ||
[U]c1c(cccc1)C(=O)O | ||
O=[Pa]C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: pgchem | ||
owner: bgruening | ||
remote_repository_url: "https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/pgchem" | ||
homepage_url: "https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/pgchem" | ||
categories: | ||
- Computational chemistry | ||
description: "Tools for chemical database manipulation." | ||
long_description: | | ||
"Tools for chemical database manipulation." | ||
auto_tool_repositories: | ||
name_template: "{{ tool_id }}" | ||
description_template: "{{ tool_name }} tool from the bgchem Chemical Toolbox" | ||
suite: | ||
name: suite_pgchem | ||
description: tools from the pgchem Chemical Toolbox. | ||
type: repository_suite_definition |
Oops, something went wrong.