Skip to content
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

ENH: Added new type FeatureTable[Normalized] #340

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

VinzentRisch
Copy link
Contributor

@VinzentRisch VinzentRisch commented Jul 19, 2024

solves #339

Adds new typed called FeatureTable[Normalized].

Run it locally

  1. First, clone the repo and checkout the PR branch:
git clone https://github.com/qiime/q2-types.git
cd q2-types
git fetch origin pull/340/head:pr-340
git checkout pr-340
pip install -e .
  1. Download test files
    feature-table.biom.zip

  2. Test it out!

qiime tools import --input-path feature-table.biom --output-path feature_table.qza --type "FeatureTable[Normalized]"

Copy link
Member

@ebolyen ebolyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @VinzentRisch!

@ebolyen ebolyen merged commit 30d8c74 into qiime2:dev Jul 31, 2024
4 checks passed
@lizgehret lizgehret assigned hagenjp and unassigned ebolyen Aug 8, 2024
@hagenjp hagenjp removed their assignment Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants