# HG changeset patch # User q2d2 # Date 1746471745 0 # Node ID d9ed903baa9a14a33d4b9f9f5b1994474bb2938f planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit b1fccfb38b4873cd4699743033449014a2978e7d diff -r 000000000000 -r d9ed903baa9a qiime2__rescript__orient_reads.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__orient_reads.xml Mon May 05 19:02:25 2025 +0000 @@ -0,0 +1,80 @@ + + + + + Orient FASTQ reads against reference. + + qiime2 + + + quay.io/qiime2/amplicon:2025.4 + + q2galaxy version rescript + q2galaxy run rescript orient_reads '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[PairedEndSequencesWithQuality]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + +
+ + + + + + +
+
+ + + + + + +QIIME 2: rescript orient-reads +============================== +Orient FASTQ reads against reference. + + +Outputs: +-------- +:oriented_reads.qza: Oriented reads. +:unmatched_reads.qza: Reads that fail to match at least one reference sequence in either + or - orientation. + +| + +Description: +------------ +Orient input reads (FASTQ) by comparison against a set of reference sequences using VSEARCH. This action is useful for orienting reads that are in mixed orientations prior to denoising or clustering. + + +| + + + + 10.7717/peerj.2584 + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r d9ed903baa9a test-data/.gitkeep