Skip to content

A small utility that maintains functions to pry data out of QIIME artifact and visualization files and transform as needed.

License

Notifications You must be signed in to change notification settings

beiko-lab/q2-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q2-extractor

This small utility exists to wrangle QIIME data and metadata out of artifacts and into formats needed for other applications.

Installation

git clone https://github.com/beiko-lab/q2-extractor.git
cd q2-extractor
pip install .

Quickstart

import q2_extractor as q2e

extractor = q2e.Extractor.q2Extractor("/path/to/artifact.qza")

#Get some basic information on the object
print(str(extractor))

#Pull out the data
data = extractor.extract_data()

mh_extractor = q2e.MetaHCRExtractor.MetaHCRExtractor("/path/to/artifact.qza")

mh_data = mh_extractor.extract_data()

About

A small utility that maintains functions to pry data out of QIIME artifact and visualization files and transform as needed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages