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

use artifacts from NCBI directly #4

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

jonalm
Copy link

@jonalm jonalm commented Oct 11, 2024

add Artifact.toml generating script and Artifact.toml for blast 2.16.0

@jonalm jonalm changed the title WIP use artifacts from NCBI directly use artifacts from NCBI directly Oct 11, 2024
Copy link
Member

@kescobo kescobo left a comment

Choose a reason for hiding this comment

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

I agree this is nicer than using Conda - thanks for putting in the effort!

Just need to address the artifacts version thing - since it's a stdlib, I actually don't think it needs compat, but if you keep it, you need to relax the constraint a bit.

Project.toml Outdated Show resolved Hide resolved
Comment on lines +9 to +12
[[ncbi-blast]]
arch = "x86_64"
git-tree-sha1 = "690abc170201bc029d0e7386da0791d7a76d98ff"
os = "macos"
Copy link
Member

Choose a reason for hiding this comment

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

Is this valid TOML? looks like it would overwrite the entries above...

Though I assume this was auto-generated by Artifacts.jl, so maybe I'm misunderstanding

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, it is not obvious, but the double brackets is toml syntax for "array of tables" https://toml.io/en/v1.0.0#array-of-tables

dev/generate_artifact_toml.jl Show resolved Hide resolved
@kescobo
Copy link
Member

kescobo commented Oct 11, 2024

As discussed on Slack, using a JLL is still better, but I'd still accept this as an incremental improvement over Conda

@jonalm
Copy link
Author

jonalm commented Oct 11, 2024

What system are you on @kescobo, would be nice to test on windows? Maybe the CI supports that?

@kescobo
Copy link
Member

kescobo commented Oct 11, 2024

There is definitely a way to add Windows to CI, might have to find another package to copy from.

I use Linux myself, but agree it would be nice to check

@jonalm
Copy link
Author

jonalm commented Oct 11, 2024

I added some options to the github workflow, but don't know if I got it right. In any case, it looks like you need to approve running the workflows.

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