Skip to content

Commit

Permalink
Document shared_inputs for parallelism tag in tool XSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 20, 2017
1 parent d8f23b3 commit f8552c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/galaxy/tools/xsd/galaxy.xsd
Expand Up @@ -332,7 +332,7 @@ Read more about configuring Galaxy to run Docker jobs
</xs:attribute>
<xs:attribute name="split_inputs" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Documentation for split_inputs</xs:documentation>
<xs:documentation xml:lang="en">A comma separated list of data inputs to split for job parallelization.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="split_size" type="xs:string">
Expand All @@ -345,6 +345,11 @@ Read more about configuring Galaxy to run Docker jobs
<xs:documentation xml:lang="en">Documentation for split_mode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="shared_inputs" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">A comma separated list of data inputs that should not be split for this tool, Galaxy will infer this if not present and so this potentially never needs to be set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Code">
<xs:annotation>
Expand Down

0 comments on commit f8552c1

Please sign in to comment.