Skip to content
Snippets Groups Projects
kallisto-test.cwl 354 B
#!/usr/bin/env cwl-runner
cwlVersion: v1.2
class: CommandLineTool

hints:
  DockerRequirement:
    dockerPull: quay.io/biocontainers/kallisto:0.50.1--h6de1650_2
  SoftwareRequirement:
    packages:
      kallisto:
        version: [ "0.50.0" ]
        specs: [ https://identifiers.org/biotools/kallisto ]

inputs: []

baseCommand: [kallisto]

outputs: []