Browse Source

更新 'tasks/spladder.wdl'

master
chenqingwang 3 years ago
parent
commit
605d06085d
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      tasks/spladder.wdl

+ 4
- 2
tasks/spladder.wdl View File

set -e set -e


mkdir -p ${sample_id}/spladder_out mkdir -p ${sample_id}/spladder_out

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

Loading…
Cancel
Save