X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/291ec1f02884e2f533b28ba2c3edb9deb917ee10..d793af44f649b6305f14e4ac4927e22245d17084:/WGS-processing/cwl/helper/getfastq.cwl diff --git a/WGS-processing/cwl/helper/getfastq.cwl b/WGS-processing/cwl/helper/getfastq.cwl index e2aaa88..035b4c3 100644 --- a/WGS-processing/cwl/helper/getfastq.cwl +++ b/WGS-processing/cwl/helper/getfastq.cwl @@ -1,6 +1,6 @@ class: ExpressionTool cwlVersion: v1.1 -label: Find matching FASTQ pairs +label: Find matching FASTQ pairs requirements: InlineJavascriptRequirement: {} @@ -8,7 +8,7 @@ inputs: fastqdir: type: Directory label: Input directory of FASTQs - loadListing: 'shallow_listing' + loadListing: 'shallow_listing' outputs: fastq1: @@ -74,6 +74,6 @@ $namespaces: arv: "http://arvados.org/cwl#" cwltool: "http://commonwl.org/cwltool#" -$schemas: - - https://schema.org/version/latest/schema.rdf - - http://edamontology.org/EDAM_1.18.owl +#$schemas: +# - https://schema.org/version/latest/schema.rdf +# - http://edamontology.org/EDAM_1.18.owl