Browse Source

更新 'tasks/spladder.wdl'

master
chenqingwang 3 years ago
parent
commit
621156c80c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tasks/spladder.wdl

+ 4
- 0
tasks/spladder.wdl View File

@@ -19,6 +19,10 @@ task spladder {
spladder build --bams ${bam} \
--annotation ${reference_gtf_file} \
--ignore-mismatches \
--confidence 2 \
--readlen 150 \
--sparse bam y \
--parallel 8 \
--outdir ${sample_id}/spladder_out
find . -depth > fileList.txt

Loading…
Cancel
Save