You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some example tools which consume paired datasets include:
98
118
99
119
- `collection_paired_test <https://github.com/galaxyproject/galaxy/blob/dev/test/functional/tools/collection_paired_test.xml>`__ (minimal test tool in Galaxy test suite)
@@ -154,8 +174,13 @@ Also see the tools-devteam repository `Pull Request #20 <https://github.com/gala
154
174
Processing Identifiers
155
175
-------------------------------
156
176
157
-
As mentioned previously, sample identifiers are preserved through mapping
158
-
steps, during reduction steps one may likely want to use these - for
177
+
Collection elements have identifiers that can be used for various kinds of sample
178
+
tracking. These identifiers are set when the collection is first created - either
179
+
explicitly in the UI (or API), through mapping over collections that preserves input
180
+
identifers, or as the ``identifier`` when dynamically discovering collection outputs
181
+
described below.
182
+
183
+
During reduction steps one may likely want to use these - for
159
184
reporting, comparisons, etc. When using these multiple ``data`` parameters
160
185
the dataset objects expose a field called ``element_identifier``. When these
161
186
parameters are used with individual datasets - this will just default to being
@@ -173,18 +198,17 @@ derived from using a little fictitious program called ``merge_rows``.
0 commit comments