Quellcode durchsuchen

String to File

master
LUYAO REN vor 3 Jahren
Ursprung
Commit
77759b7404
6 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  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 Datei anzeigen

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

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

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

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

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

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

Laden…
Abbrechen
Speichern