# HG changeset patch # User q2d2 # Date 1706822528 0 # Node ID 10447a4b0cc3e639f21bb645691332be1cd7a614 # Parent 18c6b2b6740f5d89de4d6beb3607d0b812b71b58 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2_core__tools commit db44258c63cb7e98d605a94464066fc8a5ef75ac diff -r 18c6b2b6740f -r 10447a4b0cc3 qiime2_core__tools__import.xml --- a/qiime2_core__tools__import.xml Thu Jun 08 19:53:28 2023 +0000 +++ b/qiime2_core__tools__import.xml Thu Feb 01 21:22:08 2024 +0000 @@ -10,7 +10,7 @@ for: qiime2 (version: 2023.5.1) --> - + Import data into a QIIME 2 artifact quay.io/qiime2/core:2023.5 @@ -20,6 +20,7 @@ <% # This is an exercise in cheating the Cheetah import json +from collections.abc import MutableMapping def expand_collection(collection): # All of this work is just to extract the @@ -28,7 +29,7 @@ for d in collection] def stringify(obj): - if type(obj) is dict: + if isinstance(obj, MutableMapping): new = {} for key, value in obj.items(): if (key.startswith('__') and key.endswith('__') @@ -357,7 +358,7 @@ - + @@ -938,7 +939,7 @@ - + @@ -969,7 +970,7 @@ - + @@ -1000,7 +1001,7 @@ - + @@ -1055,7 +1056,7 @@ - + @@ -1094,7 +1095,7 @@ - + @@ -1146,7 +1147,7 @@ - + @@ -1177,7 +1178,7 @@ - + @@ -1232,7 +1233,7 @@ - + @@ -1312,7 +1313,7 @@ - + @@ -1343,7 +1344,7 @@ - + @@ -1374,7 +1375,7 @@ - + @@ -1429,7 +1430,7 @@ - + @@ -1468,7 +1469,7 @@ - + @@ -1521,7 +1522,7 @@ - + @@ -1657,6 +1658,64 @@ + + + + + + +
+ + + + + + + + + + + + + +
+
+
+ + + + + +
+ + + + + +
+ + + + + + + + + + + + + +
+
+
+ + + + + +
+
QIIME 2: tools import ===================== diff -r 18c6b2b6740f -r 10447a4b0cc3 test-data/YY/YY_S49_R1_001.fastq.gz Binary file test-data/YY/YY_S49_R1_001.fastq.gz has changed diff -r 18c6b2b6740f -r 10447a4b0cc3 test-data/YY/YY_S49_R2_001.fastq.gz Binary file test-data/YY/YY_S49_R2_001.fastq.gz has changed