# HG changeset patch # User q2d2 # Date 1661802633 0 # Node ID f7557e88befd5854ffa20d51c0d077ef5f0c912b planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r f7557e88befd qiime2__feature_classifier__extract_reads.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_classifier__extract_reads.xml Mon Aug 29 19:50:33 2022 +0000 @@ -0,0 +1,97 @@ + + + + + Extract reads from reference sequences. + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_classifier + q2galaxy run feature_classifier extract_reads '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + + + + + + value is not None and len(value) > 0 + + + + + + value is not None and len(value) > 0 + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: feature-classifier extract-reads +========================================= +Extract reads from reference sequences. + + +Outputs: +-------- +:reads.qza: <no description> + +| + +Description: +------------ +Extract simulated amplicon reads from a reference database. Performs in-silico PCR to extract simulated amplicons from reference sequences that match the input primer sequences (within the mismatch threshold specified by `identity`). Both primer sequences must be in the 5' -> 3' orientation. Sequences that fail to match both primers will be excluded. Reads are extracted, trimmed, and filtered in the following order: 1. reads are extracted in specified orientation; 2. primers are removed; 3. reads longer than `max_length` are removed; 4. reads are trimmed with `trim_right`; 5. reads are truncated to `trunc_len`; 6. reads are trimmed with `trim_left`; 7. reads shorter than `min_length` are removed. + + +| + + + + 10.1186/s40168-018-0470-z + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r f7557e88befd test-data/.gitkeep