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: add action to get feature lengths #164

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

misialq
Copy link
Contributor

@misialq misialq commented May 14, 2024

Closes #163.

Depends on qiime2/q2-types#326.

To test use any dereplicated MAGs artifact (FeatureData[MAG]), e.g. mags-dereplicated.qza.zip

@misialq misialq requested review from a team and ChristosMatzoros and removed request for a team May 14, 2024 08:47
Copy link
Contributor

@ChristosMatzoros ChristosMatzoros left a comment

Choose a reason for hiding this comment

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

Dear @misialq,

The code and tests are simple and clean. I conditionally reviewed this PR based on the related PR in q2-types that introduces the SequenceCharacteristics type. I executed the get-feature-lengths action using both the provided dataset and my own dataset. To verify the results, I manually extracted the number of total characters per FASTA file from the initial file. The feature lengths matched, and all tests passed successfully.

Feel free to merge once the dependency is resolved!

@misialq misialq merged commit a1b8961 into bokulich-lab:main May 17, 2024
4 of 7 checks passed
@misialq misialq deleted the mag-length branch May 17, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: add action to extract MAG lengths
2 participants