Procházet zdrojové kódy

更新 'tasks/spladder.wdl'

master
chenqingwang před 3 roky
rodič
revize
605d06085d
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -2
      tasks/spladder.wdl

+ 4
- 2
tasks/spladder.wdl Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit