Преглед на файлове

上传文件至 ''

master
lizhihui преди 5 години
родител
ревизия
870b5225aa
променени са 1 файла, в които са добавени 14 реда и са изтрити 3 реда
  1. +14
    -3
      workflow.wdl

+ 14
- 3
workflow.wdl Целия файл

@@ -9,18 +9,29 @@ workflow {{ project_name }} {
File idx
String idx_prefix
File gtf
String sample_id
call hisat2.hisat2 as hisat2 {
input: idx=idx, idx_prefix=idx_prefix, read1=read1, read2=read2
input:
idx=idx,
idx_prefix=idx_prefix,
read1=read1,
read2=read2,
sample_id=sample_id
}

call samtools.samtools as samtools {
input: sam = hisat2.sam
input:
sample_id=sample_id,
sam = hisat2.sam
}

call stringtie.stringtie as stringtie {
input: gtf = gtf, bam = samtools.out_bam
input:
gtf = gtf,
bam = samtools.out_bam,
sample_id=sample_id
}

Loading…
Отказ
Запис