Explorar el Código

更新 'workflow.wdl'

master
meng hace 1 año
padre
commit
e7b5966b16
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver fichero

@@ -1,6 +1,6 @@
import "./tasks/CNVkit.wdl" as cnvkit
import "./tasks/AnnotSV.wdl" as AnnotSV
import "./tasks/HRD.wdl" as HRD
import "./tasks/sequenza.wdl" as sequenza

workflow {{ project_name }} {
String sample_id
@@ -21,7 +21,7 @@ workflow {{ project_name }} {
String docker_annotsv
String docker_sequenza

call HRD.HRD as HRD{
call sequenza.sequenza as HRD{
input:
sample=sample_id,
fasta=ref_fasta,

Cargando…
Cancelar
Guardar