소스 검색

cat

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

+ 3
- 3
tasks/merge_chromo.wdl 파일 보기

@@ -10,11 +10,11 @@ task merge_chromo {

cat ${sep=" " mendelian_vote_snv} > ${sample_name}.snv.txt

cat ${sep=" " mendelian_vote_indel} > ${sample_name}.indel
cat ${sep=" " mendelian_vote_indel} > ${sample_name}.indel.txt

cat ${sample_name}.snv | cut -f3,4 | sort | uniq -c > ${sample_name}.snv.summary.txt
cat ${sample_name}.snv.txt | cut -f3,4 | sort | uniq -c > ${sample_name}.snv.summary.txt

cat ${sample_name}.indel | cut -f3,4 | sort | uniq -c > ${sample_name}.indel.summary.txt
cat ${sample_name}.indel.txt | cut -f3,4 | sort | uniq -c > ${sample_name}.indel.summary.txt

>>>


Loading…
취소
저장