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

feat: allow specifying git reference when fetching htsget-rs #4

Merged
merged 5 commits into from
Jan 7, 2025

Conversation

mmalenic
Copy link
Member

@mmalenic mmalenic commented Jan 7, 2025

Changes

  • Allows specifying the git reference when fetching htsget-rs

@mmalenic mmalenic self-assigned this Jan 7, 2025
@mmalenic mmalenic added the enhancement New feature or request label Jan 7, 2025
@mmalenic mmalenic requested a review from brainstorm January 7, 2025 01:26
bin/settings.ts Outdated
@@ -22,5 +22,5 @@ export const SETTINGS: HtsgetStatelessSettings & HtsgetStatefulSettings = {
jwtAudience: [""], // Should match your cognito client id, i.e: 3jgmc7kqaaf8mqbv2sgmujslrp
},
// Enable additional features for compiling htsget-rs. `s3-storage` is always enabled.
features: ["experimental"], // i.e: Enables Crypt4Gh+htsget functionality
features: ["experimental", "s3-storage"], // i.e: Enables Crypt4Gh+htsget functionality
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this flag be aws instead of s3-storage?

Copy link
Member Author

@mmalenic mmalenic Jan 7, 2025

Choose a reason for hiding this comment

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

Yes! Well.. it depends on the version of htsget-rs. I was planning to pin it to a released version until the new release which introduces the "aws" flag. But it can be "aws" here anyway as it's just an example config.

@mmalenic mmalenic merged commit ee41618 into main Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants