瀏覽代碼

更新 'tasks/spladder_merge.wdl'

master
chenqingwang 3 年之前
父節點
當前提交
36da0fcd1c
共有 1 個檔案被更改,包括 8 行新增7 行删除
  1. +8
    -7
      tasks/spladder_merge.wdl

+ 8
- 7
tasks/spladder_merge.wdl 查看文件

File bam File bam
File pickle File pickle
File reference_gtf_file File reference_gtf_file
File samples


String docker String docker
String cluster String cluster


mkdir -p ${sample_id}/spladder_out/spladder mkdir -p ${sample_id}/spladder_out/spladder
ln -s ${bam}/*.bam ./
ls ./ | grep bam$ > alignment.txt
ln -s ${bam}/*.bai ./
ls ./ | grep bai$ > alignment_bai.txt
ln -s ${bam}/*.bam ./
cat ${samples} | while read a; do ls ./ | grep bam$ | grep $a; done > alignment.txt
ln -s ${bam}/*.bai ./
cat ${samples} | while read a; do ls ./ | grep bai$ | grep $a; done > alignment_bai.txt

ln -s ${pickle}/*.pickle ${sample_id}/spladder_out/spladder/ ln -s ${pickle}/*.pickle ${sample_id}/spladder_out/spladder/
ls ${sample_id}/spladder_out/spladder/ >> pickle.txt
cat ${samples} | while read a; do ls ${sample_id}/spladder_out/spladder/ | grep $a; done >> pickle.txt
nt=$(nproc) nt=$(nproc)
--merge-strat merge_graphs \ --merge-strat merge_graphs \
--readlen 150 \ --readlen 150 \
--parallel $nt \ --parallel $nt \
--pyproc\
--event-types exon_skip --event-types exon_skip
find . -depth > fileList.txt find . -depth > fileList.txt

Loading…
取消
儲存