Parcourir la source

Fix bug: workflow input

master
YaqingLiu il y a 4 ans
Parent
révision
4552c0e8b9
2 fichiers modifiés avec 4 ajouts et 10 suppressions
  1. +1
    -3
      tasks/processSomatic.wdl
  2. +3
    -7
      workflow.wdl

+ 1
- 3
tasks/processSomatic.wdl Voir le fichier

@@ -3,9 +3,7 @@ task processSomatic {
String sample
File varscan_snp
File varscan_indel
File ref_dir
String fasta
String docker
String cluster_config
String disk_size

+ 3
- 7
workflow.wdl Voir le fichier

@@ -47,9 +47,7 @@ workflow {{ project_name }} {
input:
sample=sample_id,
varscan_snp=somatic.varscan_snp,
varscan_indel=somatic.varscan_indel,
ref_dir=ref_dir,
fasta=fasta,
varscan_indel=somatic.varscan_indel,
docker=varscan_docker,
disk_size=disk_size,
cluster_config=cluster_config
@@ -62,14 +60,12 @@ workflow {{ project_name }} {
varscan_snp_loh_hc=processSomatic.varscan_snp_loh_hc,
varscan_indel_somatic_hc=processSomatic.varscan_indel_somatic_hc,
varscan_indel_loh_hc=processSomatic.varscan_indel_loh_hc,
varscan_indel=somatic.varscan_indel,
ref_dir=ref_dir,
fasta=fasta,
varscan_indel=somatic.varscan_indel,
docker=varscan_docker,
disk_size=disk_size,
cluster_config=cluster_config
}
call annovar.annovar as snp_somatic_annovar {
input:
sample=sample_id,

Chargement…
Annuler
Enregistrer