Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge list of tools to keep and to exclude in 1 file and add deprecation status #102

Merged
merged 6 commits into from
Jun 3, 2024

Conversation

bebatut
Copy link
Member

@bebatut bebatut commented May 24, 2024

To fix #95 and #81

Replace keep and exclude files by 1 with 3 columns:

  • ToolShed ids of tool suites (one per line)
  • Boolean with True to keep and False to exclude
  • Boolean with True if deprecated and False if not

This PR also exports 2 TSV with tools

  • 1 with tools filtered based on ToolShed category
  • 1 with tools filtered based on ToolShed category and manual curation

@bebatut bebatut force-pushed the merge_keep_exclude_list branch from 44d06f3 to b36cdf2 Compare May 24, 2024 09:41
@bebatut bebatut force-pushed the merge_keep_exclude_list branch from b36cdf2 to 9b4ae0d Compare May 24, 2024 09:46
@bebatut bebatut changed the title Merge list of tools to keep and to exclude in 1 file Merge list of tools to keep and to exclude in 1 file and add deprecation status May 24, 2024
@bebatut bebatut linked an issue May 24, 2024 that may be closed by this pull request
Copy link
Collaborator

@paulzierep paulzierep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, I think that works, added a comment for me to remember,
will test it on my fork

3. (Optional) Create a text file with list of tools to exclude: 1 tool id per row ([example for microbial data analysis](data/microgalaxy/tools_to_exclude))
4. (Optional) Create a text file with list of tools to really keep (already reviewed): 1 tool id per row ([example for microbial data analysis](data/microgalaxy/tools_to_keep))
3. (Optional) Create a TSV (tabular) file with tool status (1 tool suite per row) as 3 columns:
- ToolShed ids of tool suites (one per line)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the folder always the ToolShed id ?

bin/extract_galaxy_tools.py Outdated Show resolved Hide resolved
@paulzierep paulzierep merged commit 042bcff into main Jun 3, 2024
4 checks passed
kostrykin added a commit to kostrykin/galaxy-community-activities that referenced this pull request Jun 18, 2024
Add support for the breaking changes introduced in galaxyproject/galaxy_codex#102
neoformit pushed a commit to nomadscientist/galaxy_codex that referenced this pull request Jul 28, 2024
…ion status (galaxyproject#102)

* Merge list of tools to keep and to exclude in 1 file and extract ts filtered tools

* Rename keep/exclude to status and add deprecation

* Update bin/extract_galaxy_tools.py

* revert results files

* Fix lint

---------

Co-authored-by: paulzierep <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge list of tools to keep and to exclude in 1 file Add (community-curated) deprecated status in the table
2 participants