# HG changeset patch # User q2d2 # Date 1661800952 0 # Node ID 030225bdc91b5e8c3a71f1864cb3a9a51ee287cb planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__cutadapt commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 030225bdc91b qiime2__cutadapt__trim_single.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__cutadapt__trim_single.xml Mon Aug 29 19:22:32 2022 +0000 @@ -0,0 +1,94 @@ + + + + + Find and remove adapters in demultiplexed single-end sequences. + + quay.io/qiime2/core:2022.8 + + q2galaxy version cutadapt + q2galaxy run cutadapt trim_single '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[SequencesWithQuality]'] + +
+ + + + + + + value is not None and len(value) > 0 + + + + + + + + value is not None and len(value) > 0 + + + + + + + + value is not None and len(value) > 0 + + + + + + + + + + +
+
+ + + + + +QIIME 2: cutadapt trim-single +============================= +Find and remove adapters in demultiplexed single-end sequences. + + +Outputs: +-------- +:trimmed_sequences.qza: The resulting trimmed sequences. + +| + +Description: +------------ +Search demultiplexed single-end sequences for adapters and remove them. The parameter descriptions in this method are adapted from the official cutadapt docs - please see those docs at https://cutadapt.readthedocs.io for complete details. + + +| + + + + 10.14806/ej.17.1.200 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 030225bdc91b test-data/.gitkeep