소스 검색

更新 '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…
취소
저장