Bläddra i källkod

sentieon

master
LUYAO REN 5 år sedan
förälder
incheckning
835b146f27
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      workflow.wdl

+ 1
- 2
workflow.wdl Visa fil

@@ -9,7 +9,7 @@ import "./tasks/mergeNum.wdl" as mergeNum
import "./tasks/mergeSentieon.wdl" as mergeSentieon


workflow project_name {
workflow {{ project_name }} {

File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
@@ -18,7 +18,6 @@ workflow project_name {
File benchmarking_dir
File ref_dir
String fasta
File sdf

scatter (sample in inputSamples) {
call fastqc.fastqc as fastqc {

Laddar…
Avbryt
Spara