Explorar el Código

first-commit

master
stead99 hace 5 años
padre
commit
6e4c315c62
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver fichero

@@ -4,9 +4,9 @@ workflow {{ project_name }} {

File samples_file
File bed_file
Array[Array[File]] samples_file = read_tsv(samples_file)
Array[Array[File]] input_samples_file = read_tsv(samples_file)

scatter (sample in samples_file) {
scatter (sample in input_samples_file) {

call bedtools.bedtools as bedtools {
input:

Cargando…
Cancelar
Guardar