소스 검색

更新 'workflow.wdl'

master
meng 2 년 전
부모
커밋
27e9cd8150
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl 파일 보기

@@ -18,7 +18,7 @@ workflow {{ project_name }} {
String disk_size
String docker_annotsv

call manta_calling.manta_calling as manta_calling{
call manta_calling.manta_calling as manta_calling_SV{
input:
tumor_bam = tumor_bam,
tumor_bam_bai = tumor_bam_bai,
@@ -36,7 +36,7 @@ workflow {{ project_name }} {
call AnnotSV.AnnotSV as manta_AnnotSV{
input:
sample=sample_id,
somatic_vcf= manta_calling.manta_indel_vcf,
somatic_vcf= manta_calling_SV.manta_indel_vcf,
annotsv_database=annotsv_database,
docker=docker_annotsv,
cluster_config=cluster_config,

Loading…
취소
저장