소스 검색

merge chromo

master
LUYAO REN 5 년 전
부모
커밋
48d274c191
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      tasks/merge_chromo.wdl

+ 4
- 1
tasks/merge_chromo.wdl 파일 보기

command <<< command <<<


cat ${sep=" " mendelian_vote_summary} > ${sample_name}.all_chromo.mendelian.vote.txt
paste ${sep=" " mendelian_vote_summary} > ${sample_name}.all_chromo.mendelian.vote.txt

paste ${sep=" " mendelian_vote_summary} > ${sample_name}.colnames


>>> >>>


} }
output { output {
File mendelian_vote_summary_all_chromo = "${sample_name}.all_chromo.mendelian.vote.txt" File mendelian_vote_summary_all_chromo = "${sample_name}.all_chromo.mendelian.vote.txt"
File colnames = "${sample_name}.colnames"
} }
} }

Loading…
취소
저장