-
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 bed12 recipe #1
Conversation
@nsheff - does this look good? I think this is the only thing remaining for us to get the RefGenie iGenomes on parity with AWS-iGenomes now. |
Ok great -- I will finalize this very soon |
Hi @nsheff - anything we can do to move this PR along? 🙏🏻 |
inputs: | ||
files: | ||
bed: | ||
description: Genomic feature annotations in Browser Extensible Data (BED12) format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The input file is actually expected to be in gzipped bed format, right?
I updated the key to |
Nope, we've been using raw bed files - not compressed - until now (see path here for example). But you're right, we should probably be using gzipped files. Means updating all of the code using these references but shouldn't be too difficult as long as we remember. |
Ok -- I ask because the recipe was naming the file |
Oh I see 😅 Ok I'm sure it's fine, as long as @mirpedrol is on top of things 👍🏻 x-ref change here: 0bf4b6f |
Thanks for the merge! 😄 |
Add new recipe for bed12 and new asset class for bed file format as mentioned in #271.
Required on refgenie/aws_igenomes #1