stead99 5 роки тому
джерело
коміт
6e4c315c62
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Переглянути файл

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

Завантаження…
Відмінити
Зберегти