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

@@ -3,13 +3,16 @@ task extract_tables {
File fastqc
File fastqscreen
File hap
File aln
File quality_yield
File wgs_metrics

String docker
String cluster_config
String disk_size

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 {

Loading…
Cancel
Save