-
Notifications
You must be signed in to change notification settings - Fork 29
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 function for adding gencode annotation #681
Conversation
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.
one suggestion and a few nitpicks
Co-authored-by: Katherine Chao <kchao@broadinstitute.org>
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.
minor suggestion + question about length
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.
one minor note about overwrite
but LGTM!
) | ||
|
||
gencode_cds = gencode_cds.checkpoint( | ||
new_temp_file(prefix="gencode_cds", extension="ht") |
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.
one minor comment that I missed before -- should you specify overwrite=True here? (or add an overwrite argument to the function to control _read_if_exists vs overwrite)
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.
it doesn't matter what overwrite is set to if new_temp_file is used (distinct name each time)
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.
ooh, really? that's really cool! but then I guess you lose the functionality of reading from existing files for slower pipelines
No description provided.