NAME
Qiime2::Artifact - A parser for Qiime2 artifact files
VERSION
version 0.10.6
Wiki
This module is a work-in-progress and the documentation of the API can be found in the GitHub wiki: https://github.com/telatin/qiime2tools/wiki/Qiime2::Artifact-API-documentation.
Synopsis
use Qiime2::Artifact;
my $artifact = Qiime2::Artifact->new( {
filename => 'tree.qza'
} );
print "Artifact_ID: ", $artifact->{id};
Methods
Artifact object
See https://github.com/telatin/qiime2tools/wiki for API documentation
AUTHOR
Andrea Telatin <andrea@telatin.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Andrea Telatin.
This is free software, licensed under:
The MIT (X11) License