瀏覽代碼

se_hisat_0605

master
Zhihui 4 年之前
父節點
當前提交
dbfa7df99b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      tasks/samtools.wdl
  2. +1
    -1
      workflow.wdl

+ 2
- 2
tasks/samtools.wdl 查看文件

@@ -18,7 +18,7 @@ task samtools {
/opt/conda/bin/samtools sort -m 1000000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
/opt/conda/bin/samtools view -bs 42.1 ${sorted_bam} > ${percent_bam}
/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
#/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
>>>

runtime {
@@ -32,7 +32,7 @@ task samtools {
File out_bam = sorted_bam
File out_percent = percent_bam
File out_bam_index = sorted_bam_index
File out_ins_size = ins_size
#File out_ins_size = ins_size
}

}

+ 1
- 1
workflow.wdl 查看文件

@@ -182,4 +182,4 @@ workflow {{ project_name }} {
gene_abundance = stringtie.gene_abundance,
count_length = count_length
}
}
}

Loading…
取消
儲存