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

Add --one-based option to dexplode-partition and dencode-partition #168

Closed
jeromekelleher opened this issue May 2, 2024 · 2 comments · Fixed by #178
Closed

Add --one-based option to dexplode-partition and dencode-partition #168

jeromekelleher opened this issue May 2, 2024 · 2 comments · Fixed by #178
Labels
enhancement New feature or request
Milestone

Comments

@jeromekelleher
Copy link
Contributor

Useful for things that want to count from 1 to N inclusive.

Not sure what the nicest short form is, could do

vcf2zarr dexplode-partition -1 [ICF] [partition id]

but maybe that's confusing?

See #147

@jeromekelleher jeromekelleher added the enhancement New feature or request label May 2, 2024
@jeromekelleher jeromekelleher added this to the 0.1.0 release milestone May 2, 2024
@benjeffery
Copy link
Contributor

I think only having a long-form option of something like --1-based would be clearest.

@jeromekelleher
Copy link
Contributor Author

Yeah, it's a fair starting point, can always add a short-form later if needed. I think best to fully spell though, like --one-based

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 a pull request may close this issue.

2 participants