#!/usr/bin/env cwl-runner
cwlVersion: v1.2
class: CommandLineTool

hints:
  DockerRequirement:
    dockerPull: quay.io/biocontainers/kallisto:0.46.2--h4f7b962_1
  SoftwareRequirement:
    packages:
      kallisto:
        version: [ "0.46.0" ]
        specs: [ https://identifiers.org/biotools/kallisto ]

inputs: []

baseCommand: [kallisto, index]

outputs: []