Browse Source

String to File

master
LUYAO REN 3 years ago
parent
commit
77759b7404
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      tasks/GVCFtyper_chr3.wdl
  2. +1
    -1
      tasks/GVCFtyper_chr4.wdl
  3. +1
    -1
      tasks/GVCFtyper_chr7.wdl
  4. +1
    -1
      tasks/GVCFtyper_chr8.wdl
  5. +1
    -1
      tasks/GVCFtyper_chrX.wdl
  6. +1
    -1
      workflow.wdl

+ 1
- 1
tasks/GVCFtyper_chr3.wdl View File

@@ -3,7 +3,7 @@ task GVCFtyper_chr3 {
File ref_dir
String SENTIEON_INSTALL_DIR
String fasta
String gvcf_dir
File gvcf_dir
String project
String docker
String cluster_config

+ 1
- 1
tasks/GVCFtyper_chr4.wdl View File

@@ -3,7 +3,7 @@ task GVCFtyper_chr4 {
File ref_dir
String SENTIEON_INSTALL_DIR
String fasta
String gvcf_dir
File gvcf_dir
String project
String docker
String cluster_config

+ 1
- 1
tasks/GVCFtyper_chr7.wdl View File

@@ -3,7 +3,7 @@ task GVCFtyper_chr7 {
File ref_dir
String SENTIEON_INSTALL_DIR
String fasta
String gvcf_dir
File gvcf_dir
String project
String docker
String cluster_config

+ 1
- 1
tasks/GVCFtyper_chr8.wdl View File

@@ -3,7 +3,7 @@ task GVCFtyper_chr8 {
File ref_dir
String SENTIEON_INSTALL_DIR
String fasta
String gvcf_dir
File gvcf_dir
String project
String docker
String cluster_config

+ 1
- 1
tasks/GVCFtyper_chrX.wdl View File

@@ -3,7 +3,7 @@ task GVCFtyper_chrX {
File ref_dir
String SENTIEON_INSTALL_DIR
String fasta
String gvcf_dir
File gvcf_dir
String project
String docker
String cluster_config

+ 1
- 1
workflow.wdl View File

@@ -7,7 +7,7 @@ import "./tasks/GVCFtyper_chrX.wdl" as GVCFtyper_chrX

workflow {{ project_name }} {

String gvcf_dir
File gvcf_dir
String SENTIEON_INSTALL_DIR
String docker
String project

Loading…
Cancel
Save