This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
This QIIME 2 plugin defines semantic types and transformers supporting microbiome analysis.
- version:
2024.10.0
- website: https://
github .com /qiime2 /q2 -types - user support:
- Please post to the QIIME 2 forum for help with this plugin: https://
forum .qiime2 .org
Actions¶
Name | Type | Short Description |
---|---|---|
partition-sample-data-mags | method | Partition MAGs |
partition-orthologs | method | Partition orthologs |
collate-sample-data-mags | method | Collate MAGs |
partition-feature-data-mags | method | Partition MAGs |
collate-feature-data-mags | method | Collate MAGs |
collate-orthologs | method | Collate orthologs |
collate-ortholog-annotations | method | Collate ortholog annotations. |
Artifact Classes¶
Formats¶
types partition-sample-data-mags¶
Partition a SampleData[MAGs] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
SampleData[MAGs]
The MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
SampleData[MAGs]
]
<no description>[required]
types partition-orthologs¶
Partition a SampleData[BLAST6] artifact into smaller artifacts containing subsets of the BLAST6 reports.
Inputs¶
- orthologs:
SampleData[Orthologs]
The orthologs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_orthologs:
Collection
[
SampleData[Orthologs]
]
<no description>[required]
types collate-sample-data-mags¶
Takes a collection of SampleData[MAGs]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
SampleData[MAGs]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
SampleData[MAGs]
<no description>[required]
types partition-feature-data-mags¶
Partition a FeatureData[MAG] artifact into smaller artifacts containing subsets of the MAGs
Inputs¶
- mags:
FeatureData[MAG]
MAGs to partition.[required]
Parameters¶
- num_partitions:
Int
%
Range
(1, None)
The number of partitions to split the MAGs into. Defaults to partitioning into individual MAGs.[optional]
Outputs¶
- partitioned_mags:
Collection
[
FeatureData[MAG]
]
<no description>[required]
types collate-feature-data-mags¶
Takes a collection of FeatureData[MAG]'s and collates them into a single artifact.
Inputs¶
- mags:
List
[
FeatureData[MAG]
]
A collection of MAGs to be collated.[required]
Outputs¶
- collated_mags:
FeatureData[MAG]
<no description>[required]
types collate-orthologs¶
Takes a collection SampleData[BLAST6] artifacts and collates them into a single artifact.
Inputs¶
- orthologs:
List
[
SampleData[Orthologs]
]
Orthologs to collate[required]
Outputs¶
- collated_orthologs:
SampleData[Orthologs]
<no description>[required]
types collate-ortholog-annotations¶
Takes a collection of GenomeData[NOG]'s and collates them into a single artifact.
Inputs¶
- ortholog_annotations:
List
[
GenomeData[NOG]
]
Collection of ortholog annotations.[required]
Outputs¶
- collated_annotations:
GenomeData[NOG]
Collated ortholog annotations.[required]
- Links
- Documentation
- Source Code
- Stars
- 17
- Last Commit
- 229da69
- Available Distros