# HG changeset patch # User q2d2 # Date 1714080203 0 # Node ID f4ea39668a42b1a5252f46b7183adb51f013ab6d planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r f4ea39668a42 qiime2__rescript__edit_taxonomy.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__edit_taxonomy.xml Thu Apr 25 21:23:23 2024 +0000 @@ -0,0 +1,98 @@ + + + + + Edit taxonomy strings with find and replace terms. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript edit_taxonomy '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + +
+ + + + + + + + + + + value != "1" + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + + + value is not None and len(value) > 0 + + + +
+
+ + + + + +QIIME 2: rescript edit-taxonomy +=============================== +Edit taxonomy strings with find and replace terms. + + +Outputs: +-------- +:edited_taxonomy.qza: Taxonomy in which the original strings are replaced by user-supplied strings. + +| + +Description: +------------ +A method that allows the user to edit taxonomy strings. This is often used to fix inconsistent and/or inccorect taxonomic annotations. The user can either provide two separate lists of strings, i.e. 'search-strings', and 'replacement-strings', on the command line, and/or a single tab-delimited replacement map file containing a list of these strings. In both cases the number of search strings must match the number of replacement strings. That is the first string in 'search-strings' is replaced with the first string in 'replacement-strings', and so on. In the case that both search / replacement strings, and a replacement map file are provided, they will be merged. + + +| + + + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r f4ea39668a42 test-data/.gitkeep