Browse Source

metrics

master
LUYAO REN 4 years ago
parent
commit
8d121a79e7
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      tasks/extract_tables.wdl

+ 4
- 1
tasks/extract_tables.wdl View File

File fastqc File fastqc
File fastqscreen File fastqscreen
File hap File hap
File aln
File quality_yield
File wgs_metrics


String docker String docker
String cluster_config String cluster_config
String disk_size String disk_size


command <<< command <<<
python /opt/extract_multiqc.py -fastqc_qualimap ${fastqc_qualimap} -fastqc ${fastqc} -fastqscreen ${fastqscreen} -hap ${hap}
python /opt/extract_multiqc.py -fastqc_qualimap ${fastqc} -fastqc ${fastqc} -fastqscreen ${fastqscreen} -hap ${hap}
>>> >>>


runtime { runtime {

Loading…
Cancel
Save