소스 검색

更新 'tasks/fastq_ncm.wdl'

master
meng 2 년 전
부모
커밋
7dd9fb9e5d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/fastq_ncm.wdl

+ 2
- 2
tasks/fastq_ncm.wdl 파일 보기

@@ -11,8 +11,8 @@ task fastq_ncm {
set -o pipefail
set -e
nt=$(nproc)
python /NGSCheckMate/ncm_fastq.py -l ${fastq_smp} -O ${out_id} -N ChIP_batch -p $nt -pt /NGSCheckMate/SNP/SNP.pt -s ${subsampling_rate}
python /NGSCheckMate/ncm_fastq.py -l ${fastq_smp} -O ${out_id} -N ChIP_batch -p $nt -pt /NGSCheckMate/SNP/SNP.pt
#-s ${subsampling_rate}
tar cvf ${out_id}.tar ${out_id}
>>>


Loading…
취소
저장