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

direct htsget + typescript #88

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

andrewpatto
Copy link
Member

Added the ability to load htsget:// tracks directly
Added typescript support
Converted IGV.js to typescript

Added typescript support
Converted IGV.js to typescript
@andrewpatto
Copy link
Member Author

andrewpatto commented Jan 13, 2022

I possibly need to deploy this to dev - to give it a good test deployed. Whilst I was deploying it locally - it wasn't able to test all the regression features.
So the htsget:// entered in a dialog definitely works.
I am presuming I have not broken other functionality - my conversion to typescript shouldn't have introduced any breaking changes - but I guess I might have made a mistake.

Copy link
Member

@victorskl victorskl left a comment

Choose a reason for hiding this comment

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

Awesome! Understood, happy to merge into DEV and test, yes. Tick the box!

return;
}

// the htsget url scheme is actually unofficial - IGV itself needs to be passed a Https endpoint from
Copy link
Member

Choose a reason for hiding this comment

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

the htsget url scheme is actually unofficial

Oh yeah; let tag relevant upstream issue -- samtools/hts-specs#581 😁

@victorskl victorskl added the feature New feature or request label Jan 13, 2022
@victorskl victorskl added this to the Release 0.4.0 milestone Jan 13, 2022
@andrewpatto andrewpatto merged commit edc83f7 into dev Jan 13, 2022
@victorskl victorskl linked an issue Jan 13, 2022 that may be closed by this pull request
@victorskl victorskl deleted the feature/70-variant-tracks-and-typescript branch January 31, 2022 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement variant track support
2 participants