소스 검색

Test

master
YaqingLiu 4 년 전
부모
커밋
97ff0744b1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      workflow.wdl

+ 4
- 4
workflow.wdl 파일 보기

@@ -55,8 +55,8 @@ workflow {{ project_name }} {
tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table,
normal_name=sample_id + "_normal",
tumor_name=sample_id + "_tumor",
normal_name=sample_id + "normal",
tumor_name=sample_id + "tumor",
fasta=fasta,
ref_dir=ref_dir,
regions=regions,
@@ -81,8 +81,8 @@ workflow {{ project_name }} {
tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table,
normal_name=sample_id + "_normal",
tumor_name=sample_id + "_tumor",
normal_name=sample_id + "normal",
tumor_name=sample_id + "tumor",
fasta=fasta,
ref_dir=ref_dir,
regions=regions,

Loading…
취소
저장