NAME
Qiime2::Artifact - A parser for Qiime2 artifact files
VERSION
version 0.10.7
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/.
Synopsis
use Qiime2::Artifact;
my $artifact = Qiime2::Artifact->new( {
filename => 'tree.qza'
} );
print "Artifact_ID: ", $artifact->{id};
Methods
- new()
-
Load artifact from file. Parameters are:
- get($key)
-
Return the $artifact->{$key}, and throws an error if the error is not found.
Artifact object
See https://github.com/telatin/qiime2tools/wiki/Attributes 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