Argos QC

Option 1: YAML

tumor_sample_names:  # array of type "string"
  - a_string
tumor_bams:  # array of type "File"
  - class: File
    path: a/file/path
ref_fasta:  # type "File"
    class: File
    path: a/file/path
qual_metrics:  # array of array of type "File"
    class: File
    path: a/file/path
project_prefix: a_string  # type "string"
pi_email: a_string  # type "string"
pi: a_string  # type "string"
per_target_coverage:  # array of array of type "File"
    class: File
    path: a/file/path
normal_sample_names:  # array of type "string"
  - a_string
normal_bams:  # array of type "File"
  - class: File
    path: a/file/path
md_metrics:  # array of array of type "File"
    class: File
    path: a/file/path
mafs:  # array of type "File"
  - class: File
    path: a/file/path
insert_metrics:  # array of array of type "File"
    class: File
    path: a/file/path
hs_metrics:  # array of array of type "File"
    class: File
    path: a/file/path
hotspot_list_maf:  # type "File"
    class: File
    path: a/file/path
genome: a_string  # type "string"
fp_genotypes:  # type "File"
    class: File
    path: a/file/path
files:  # array of type "File"
  - class: File
    path: a/file/path
doc_basecounts:  # array of array of type "File"
    class: File
    path: a/file/path
directories:  # array of type "Directory"
  - class: Directory
    path: a/directory/path
conpair_pileups:  # array of array of type "File"
    class: File
    path: a/file/path
conpair_markers: a_string  # type "string"
assay: a_string  # type "string"

Option 2: Command Line Arguments

Last updated

Was this helpful?