# HG changeset patch # User q2d2 # Date 1661804421 0 # Node ID 7e3db22e1eafb8dd0854e9b1950a0311101dfca7 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 7e3db22e1eaf qiime2__quality_control__exclude_seqs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__exclude_seqs.xml Mon Aug 29 20:20:21 2022 +0000 @@ -0,0 +1,82 @@ + + + + + Exclude sequences by alignment + + quay.io/qiime2/core:2022.8 + + q2galaxy version quality_control + q2galaxy run quality_control exclude_seqs '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + +
+ + + + + + + + + + + + + +
+
+ + + + + + +QIIME 2: quality-control exclude-seqs +===================================== +Exclude sequences by alignment + + +Outputs: +-------- +:sequence_hits.qza: Subset of feature sequences that align to reference sequences +:sequence_misses.qza: Subset of feature sequences that do not align to reference sequences + +| + +Description: +------------ +This method aligns feature sequences to a set of reference sequences to identify sequences that hit/miss the reference within a specified perc_identity, evalue, and perc_query_aligned. This method could be used to define a positive filter, e.g., extract only feature sequences that align to a certain clade of bacteria; or to define a negative filter, e.g., identify sequences that align to contaminant or human DNA sequences that should be excluded from subsequent analyses. Note that filtering is performed based on the perc_identity, perc_query_aligned, and evalue thresholds (the latter only if method==BLAST and an evalue is set). Set perc_identity==0 and/or perc_query_aligned==0 to disable these filtering thresholds as necessary. + + +| + + + + 10.1186/1471-2105-10-421 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 7e3db22e1eaf test-data/.gitkeep