浏览代码

Update: sample SM

master
YaqingLiu 4 年前
父节点
当前提交
1323023804
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      workflow.wdl

+ 4
- 4
workflow.wdl 查看文件

tumor_recaled_bam=tumor_bam, tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai, tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table, 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, fasta=fasta,
ref_dir=ref_dir, ref_dir=ref_dir,
regions=regions, regions=regions,
tumor_recaled_bam=tumor_bam, tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai, tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table, 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, fasta=fasta,
ref_dir=ref_dir, ref_dir=ref_dir,
regions=regions, regions=regions,

正在加载...
取消
保存