Unverified Commit fed7f6ab authored by mvdbeek's avatar mvdbeek
Browse files

Use 'not yet implemented in Galaxy'

parent 12c973b4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -6753,32 +6753,32 @@ and ``bibtex`` are the only supported options.</xs:documentation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="cores_min">
        <xs:annotation>
          <xs:documentation xml:lang="en">Minimum reserved number of CPU cores, if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Minimum reserved number of CPU cores, if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cores_max">
        <xs:annotation>
          <xs:documentation xml:lang="en">Maximum reserved number of CPU cores, if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Maximum reserved number of CPU cores, if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ram_min">
        <xs:annotation>
          <xs:documentation xml:lang="en">Minimum reserved RAM in mebibytes (2**20 bytes), if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Minimum reserved RAM in mebibytes (2**20 bytes), if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ram_max">
        <xs:annotation>
          <xs:documentation xml:lang="en">Maximum reserved RAM in mebibytes (2**20 bytes), if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Maximum reserved RAM in mebibytes (2**20 bytes), if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tmpdir_min">
        <xs:annotation>
          <xs:documentation xml:lang="en">Minimum reserved filesystem-based storage for the designated temporary directory in mebibytes (2**20 bytes), if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Minimum reserved filesystem-based storage for the designated temporary directory in mebibytes (2**20 bytes), if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tmpdir_max">
        <xs:annotation>
          <xs:documentation xml:lang="en">Maximum reserved filesystem based storage for the designated temporary directory in mebibytes (2**20 bytes), if runtime allows it (unimplemented in Galaxy currently).</xs:documentation>
          <xs:documentation xml:lang="en">Maximum reserved filesystem based storage for the designated temporary directory, in mebibytes (2**20 bytes), if runtime allows it (not yet implemented in Galaxy).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>