浏览代码

String to File

master
LUYAO REN 3 年前
父节点
当前提交
77759b7404
共有 6 个文件被更改,包括 6 次插入6 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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

正在加载...
取消
保存