X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/b50ffeeeae865d0780ca03c5a3f5065eeeb758e4..c604c42bb92a6301b13a250582eabed509adaae1:/WGS-processing/cwl/helper/samtools-sort.cwl diff --git a/WGS-processing/cwl/helper/samtools-sort.cwl b/WGS-processing/cwl/helper/samtools-sort.cwl index 88950e3..7f51678 100644 --- a/WGS-processing/cwl/helper/samtools-sort.cwl +++ b/WGS-processing/cwl/helper/samtools-sort.cwl @@ -1,10 +1,10 @@ cwlVersion: v1.1 class: CommandLineTool -label: Sorting BAM file +label: Sort BAM requirements: DockerRequirement: - dockerPull: curii/bwa-samtools-picard + dockerPull: curii/bwa-samtools ShellCommandRequirement: {} ResourceRequirement: ramMin: 20000 @@ -12,7 +12,7 @@ requirements: hints: arv:RuntimeConstraints: - keep_cache: 9216 + keep_cache: 9216 outputDirType: keep_output_dir SoftwareRequirement: packages: @@ -21,7 +21,7 @@ hints: version: [ "1.10" ] inputs: - bam: + bam: type: File format: edam:format_2572 # BAM label: Alignments in BAM format @@ -33,7 +33,7 @@ outputs: sortedbam: type: File format: edam:format_2572 # BAM - label: Sorted BAM + label: Sorted BAM outputBinding: glob: "*sorted.bam" @@ -58,6 +58,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