瀏覽代碼

更新 'tasks/fastqTobam.wdl'

master
meng 2 年之前
父節點
當前提交
55e305143c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/fastqTobam.wdl

+ 1
- 1
tasks/fastqTobam.wdl 查看文件

@@ -34,7 +34,7 @@ task SentieonFastqToBam {
export SENTIEON_LICENSE=${SENTIEON_LICENSE}
nt=$(nproc)
sentieon bwa mem -R -R "@RG\tID:${sample_id}\tSM:${sample_id}\tPL:${Seq_platform}" ${bwa_args} -K ${bwa_chunk_size} -t $nt ${ref_fasta_dir}/${ref_fasta} ${fastq1} ${fastq2} \
sentieon bwa mem -R "@RG\tID:${sample_id}\tSM:${sample_id}\tPL:${Seq_platform}" ${bwa_args} -K ${bwa_chunk_size} -t $nt ${ref_fasta_dir}/${ref_fasta} ${fastq1} ${fastq2} \
| sentieon util sort ${bam_option} -i - -r ${ref_fasta_dir}/${ref_fasta} -t $nt -o ${sample_id}.sorted.bam --sam2bam

sentieon driver -r ${ref_fasta_dir}/${ref_fasta} -t $nt -i ${sample_id}.sorted.bam ${qc_driver_args} \

Loading…
取消
儲存