浏览代码

更新 'tasks/teprof_s1.wdl'

16
master
biochenglinliu 3 年前
父节点
当前提交
9f83a5fa28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/teprof_s1.wdl

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

@@ -23,7 +23,7 @@ task teprof_s1 {
--outFileNamePrefix ./${sample_id}.

samtools view -@ 16 -q 255 -h ${sample_id}.Aligned.sortedByCoord.out.bam > ${sample_id}.filtered.Aligned.sortedByCoord.out.bam
stringtie -p 8 ${sample_id}.filtered.Aligned.sortedByCoord.out.bam -o ${sample_id}.Aligned.sortedByCoord.out.gtf -m 100 -c 1 --rf
stringtie -p 16 ${sample_id}.filtered.Aligned.sortedByCoord.out.bam -o ${sample_id}.Aligned.sortedByCoord.out.gtf -m 100 -c 1 --rf
python /database/rnapipelinerefhg38/rnapipeline/rmskhg38_annotate_gtf_update_test_tpm.py ${sample_id}.Aligned.sortedByCoord.out.gtf /database/rnapipelinerefhg38/rnapipeline/arguments.txt

python /database/rnapipelinerefhg38/rnapipeline/annotationtpmprocess.py ${sample_id}.Aligned.sortedByCoord.out.gtf_annotated_filtered_test

正在加载...
取消
保存