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

Install some IUC tools (part 1) #1023

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

cat-bro
Copy link
Contributor

@cat-bro cat-bro commented Jan 29, 2024

This is a subset of a longer list of iuc tools the Galaxy EU has and GA does not.

This is a draft until TPV has been altered so that all of these will run with singularity.

@cat-bro cat-bro marked this pull request as draft January 29, 2024 01:17
@cat-bro cat-bro marked this pull request as ready for review January 29, 2024 02:47
@cat-bro cat-bro requested a review from neoformit January 29, 2024 02:47
Copy link
Collaborator

@neoformit neoformit left a comment

Choose a reason for hiding this comment

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

Still a decent list. Did you collect manually?

@cat-bro
Copy link
Contributor Author

cat-bro commented Jan 29, 2024

I filtered with a script for tools that are part of the same series as tools GA already has

    for t in tools:
       if [r for r in ga_repositories if r['name'].startswith(t['name'].split('_')[0] + '_')]:
          suite_tools.append(t)

@cat-bro cat-bro merged commit 8837de8 into usegalaxy-au:master Feb 5, 2024
1 check passed
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.

2 participants