-
Notifications
You must be signed in to change notification settings - Fork 1
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 attributes mito_name and macs_gsize to fasta asset #2
base: master
Are you sure you want to change the base?
Conversation
Hi @nsheff! |
Got it, now I remember what you're trying to do here. I think this is the way to do this:
That should work... I'll try to test later today. But the other idea is for this to instead extend the fasta asset, instead of being an entirely new asset type. In that case you'd want to do it a bit differently -- these seek keys would be the same, but then we'd be adding them to a typical fasta asset, so you'd do something like So in other words, the question is just: should this be a separate asset that uses a fasta asset as input? Or should it be a child of the fasta asset, such that it is a fasta asset with some extra capabilities? |
Ah ok I get it now, thanks for the clarification. |
Add a new asset class child from "fasta" asset class. Add attributes mito_name and macs_gsize.