-
Notifications
You must be signed in to change notification settings - Fork 41
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
MAINT: adds FeatureData[Selection] type, UNIXListFormat, IDSelectionDirectoryFormat #282
Conversation
This PR has been moved to the 'rainy day activities' board because it still needs unit tests added, and isn't needed for any immediate projects/goals for the 2022.11 release. |
Reminder to merge caporaso-lab/genome-sampler#98 after this is merged. |
return [s.strip() for s in fh] | ||
|
||
|
||
class IDMetadataFormat(model.TextFileFormat): |
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.
We didn't have the ImmutableMetadata
type/format when we created this - we could probably update genome-sampler to not use this anymore, but I think we'll need to keep the type/format around for working with previously generated artifacts. (Note to self to create a genome-sampler issue for this, nothing really to do here.)
After some discussion with @ebolyen we decided to convert this to a draft PR. The |
closing this as the current implementation isn't needed - will revisit with a revised edition in the future when it's needed. |
This PR adds the following type/formats from genome-sampler and their accompanying transformers:
New file/directory formats:
UNIXListFormat
IDSelection
IDSelectionDirectoryFormat
IDMetadataFormat
New Semantic Type:
FeatureData[Selection]