Sha256: 856e6a7025a5933ee0f54392ef16f6b065e170bf1a0033becf82ee523e73b256

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

#!/usr/bin/env cwl-runner

cwlVersion: v1.0
class: CommandLineTool
baseCommand: [ruby]

inputs:
 - id: script
   type: File
   default:
     class: File
     location: fastq2html.rb
   inputBinding:
     position: -1
 - id: fastq
   type: File[]
   inputBinding:
     position: 1

outputs:
 - id: out
   type: stdout
stdout: $(inputs.script.nameroot)-$(inputs.fastq[0].nameroot).html

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bio-2.0.5 sample/fastq2html.cwl
bio-2.0.4 sample/fastq2html.cwl
bio-2.0.3 sample/fastq2html.cwl
bio-2.0.2 sample/fastq2html.cwl
bio-2.0.1 sample/fastq2html.cwl