Parcourir la source

Update workflow

master
YaqingLiu il y a 4 ans
Parent
révision
a4ff00123d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      inputs
  2. +1
    -1
      workflow.wdl

+ 1
- 1
inputs Voir le fichier

@@ -1,6 +1,6 @@
{
"{{ project_name }}.panel_id": "{{ panel_id }}",
"{{ project_name }}.normal_recaled_bam_bai": {{ normal_recaled_bam_bai | tojson }},
"{{ project_name }}.sample_bam_bai": {{ sample_bam_bai | tojson }},
"{{ project_name }}.fasta": "{{ fasta }}",
"{{ project_name }}.ref_dir": "{{ ref_dir }}",
"{{ project_name }}.dbsnp": "{{ dbsnp }}",

+ 1
- 1
workflow.wdl Voir le fichier

@@ -14,7 +14,7 @@ workflow {{ project_name }} {
String dbsnp
File regions

Array[File] normal_recaled_bam_bai
Array[Array[File]] normal_recaled_bam_bai
String sentieon_docker
String cluster_config
String disk_size

Chargement…
Annuler
Enregistrer