소스 검색

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

Loading…
취소
저장