# HG changeset patch # User q2d2 # Date 1714080040 0 # Node ID d5e86058d2902ac43fa61e072a3c8282d4d95d7b planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r d5e86058d290 qiime2__rescript__subsample_fasta.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__subsample_fasta.xml Thu Apr 25 21:20:40 2024 +0000 @@ -0,0 +1,64 @@ + + + + + Subsample an indicated number of sequences from a FASTA file. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript subsample_fasta '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]', 'FeatureData[Sequence]'] + +
+ + +
+
+ + + + + +QIIME 2: rescript subsample-fasta +================================= +Subsample an indicated number of sequences from a FASTA file. + + +Outputs: +-------- +:sample_sequences.qza: Sample of original sequences. + +| + +Description: +------------ +Subsample a set of sequences (either plain or aligned DNA)based on a fraction of original sequences. + + +| + + + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r d5e86058d290 test-data/.gitkeep