-
-
30 Jan 2020 10:21:40 UTC
- Distribution: Qiime2-Artifact
- Module version: v0.10.7
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (294 / 0 / 5)
- Kwalitee
Bus factor: 1- License: mit
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (764.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Andrea Telatin
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
Module Install Instructions
To install Qiime2::Artifact, copy and paste the appropriate command in to your terminal.
cpanm Qiime2::Artifact
perl -MCPAN -e shell install Qiime2::Artifact
For more information on module installation, please visit the detailed CPAN module installation guide.