Zhihui 4 년 전
부모
커밋
2d3ba7d58f
2개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. BIN
      .DS_Store
  2. +6
    -5
      workflow.wdl

BIN
.DS_Store 파일 보기


+ 6
- 5
workflow.wdl 파일 보기

@@ -69,7 +69,7 @@ workflow {{ project_name }} {

call stringtie.stringtie as stringtie {
input:
sample_id=quartet[2],
sample_id = quartet[2],
gtf = gtf,
bam = samtools.out_bam
}
@@ -78,9 +78,10 @@ workflow {{ project_name }} {

call multiqc.multiqc as multiqc {
input:
read1_zip=fastqc.read1_zip,
read2_zip=fastqc.read2_zip,
txt1=fastqscreen.txt1,
txt2=fastqscreen.txt2
read1_zip = fastqc.read1_zip,
read2_zip = fastqc.read2_zip,
txt1 = fastqscreen.txt1,
txt2 = fastqscreen.txt2,
bamqc_zip = qualimapBAMqc.bamqc_zip
}
}

Loading…
취소
저장