File: abstract-cosifer.cwl

package info (click to toggle)
cwltool 3.1.20250110105449-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,516 kB
  • sloc: python: 20,992; javascript: 20,796; sh: 233; makefile: 152
file content (26 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/env cwl-runner
class: Operation
cwlVersion: v1.2

requirements:
  DockerRequirement:
    dockerPull: 'docker.io/tsenit/cosifer:b4d5af45d2fc54b6bff2a9153a8e9054e560302e'

inputs:
  data_matrix:
    type: File
  separator:
    type: string?
    doc: The separator used in the data_matrix file
  index_col:
    type: int?
  gmt_filepath:
    type: File?
  outdir:
    type: string?
  samples_on_rows:
    type: boolean?

outputs:
  resdir:
    type: Directory