Browse Source

Alter: input

master
YaqingLiu 4 years ago
parent
commit
45a0f764e7
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      inputs
  2. +2
    -2
      workflow.wdl

+ 1
- 1
inputs View File

{ {
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.panel_id": "{{ panel_id }}",
"{{ project_name }}.normal_recaled_bam_bai": "{{ normal_recaled_bam_bai | tojson }}", "{{ project_name }}.normal_recaled_bam_bai": "{{ normal_recaled_bam_bai | tojson }}",
"{{ project_name }}.fasta": "{{ fasta }}", "{{ project_name }}.fasta": "{{ fasta }}",
"{{ project_name }}.ref_dir": "{{ ref_dir }}", "{{ project_name }}.ref_dir": "{{ ref_dir }}",

+ 2
- 2
workflow.wdl View File

workflow {{ project_name }} { workflow {{ project_name }} {
String SENTIEON_INSTALL_DIR String SENTIEON_INSTALL_DIR
String SENTIEON_LICENSE String SENTIEON_LICENSE
String sample_id
String panel_id


File ref_dir File ref_dir
String fasta String fasta
disk_size=disk_size, disk_size=disk_size,
cluster_config=cluster_config cluster_config=cluster_config
} }
call mergePoN.mergePoN as mergePoN_TNscope { call mergePoN.mergePoN as mergePoN_TNscope {
input: input:
pon_vcfs=TNscope_pon_vcfs, pon_vcfs=TNscope_pon_vcfs,

Loading…
Cancel
Save