瀏覽代碼

更新 'tasks/spladder.wdl'

master
chenqingwang 3 年之前
父節點
當前提交
605d06085d
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      tasks/spladder.wdl

+ 4
- 2
tasks/spladder.wdl 查看文件

@@ -16,13 +16,15 @@ task spladder {
set -e

mkdir -p ${sample_id}/spladder_out

nt=$(nproc)
spladder build --bams ${bam} \
--annotation ${reference_gtf_file} \
--ignore-mismatches \
--confidence 2 \
--readlen 150 \
--parallel 4 \
--parallel $nt \
--outdir ${sample_id}/spladder_out
find . -depth > fileList.txt

Loading…
取消
儲存