-
Notifications
You must be signed in to change notification settings - Fork 310
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
Move command structure to bdg-utils? #603
Comments
As an alternative, move the command structure further up (or down, depending on your orientation) the food chain. I ended up replicating a subset of Maybe all the support classes (e.g. |
That'd be my preference as well. |
+1. |
@tdanford I've opened a PR upstream: bigdatagenomics/utils#30. I'll open a PR against ADAM tomorrow showing what these changes would look like. |
+1 to factoring out the common stuff |
This was closed by #678. |
The command infrastructure is useful for much more than ADAM, and isn't really specific to genomics. For example, I myself use it in avocado, PacMin, and a few non-genomics projects. I'd like to move it to bdg-utils. At the same point in time, I think we could roll the build information work (see here and here) to the main command (e.g., as a command line argument,
-v
/--version
).This is similar to how we pulled
SparkFunSuite
out of ADAM. It's really useful code, but for projects where I don't need to bringADAM
in as a dependency (e.g., the non-omics ones referred to earlier), I'd really prefer not to pull it in.The text was updated successfully, but these errors were encountered: