Procházet zdrojové kódy

更新 'tasks/spladder_single.wdl'

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

+ 5
- 4
tasks/spladder_single.wdl Zobrazit soubor

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


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

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