# HG changeset patch # User q2d2 # Date 1714080221 0 # Node ID 4d99cfa5fac1a06481119f808761a3d1ddb6810e planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r 4d99cfa5fac1 qiime2__rescript__orient_seqs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__orient_seqs.xml Thu Apr 25 21:23:41 2024 +0000 @@ -0,0 +1,123 @@ + + + + + Orient input sequences by comparison against reference. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript orient_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: rescript orient-seqs +============================= +Orient input sequences by comparison against reference. + + +Outputs: +-------- +:oriented_seqs.qza: Query sequences in same orientation as top matching reference sequence. +:unmatched_seqs.qza: Query sequences that fail to match at least one reference sequence in either + or - orientation. This will be empty if no refrence is provided. + +| + +Description: +------------ +Orient input sequences by comparison against a set of reference sequences using VSEARCH. This action can also be used to quickly filter out sequences that (do not) match a set of reference sequences in either orientation. Alternatively, if no reference sequences are provided as input, all input sequences will be reverse-complemented. In this case, no alignment is performed, and all alignment parameters (`dbmask`, `relabel`, `relabel_keep`, `relabel_md5`, `relabel_self`, `relabel_sha1`, `sizein`, `sizeout` and `threads`) are ignored. + + +| + + + + 10.7717/peerj.2584 + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 4d99cfa5fac1 test-data/.gitkeep