소스 검색

Update 'tasks/spladder_EC.wdl'

master
chenqingwang 3 년 전
부모
커밋
bb45792d5f
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      tasks/spladder_EC.wdl

+ 3
- 4
tasks/spladder_EC.wdl 파일 보기

@@ -27,13 +27,13 @@ task spladder_EC {
ln -s ${bam}/*.bai ./
cat ${samples} | while read a; do ls ./ | grep bai$ | grep $a; done > alignment_bai.txt

cat ${pickle_list}| while read a; do cp -r ${pickle}/$a ${sample_id}/spladder_out/spladder/; done
cat ${pickle_list}| while read a; do ln -s ${pickle}/$a ${sample_id}/spladder_out/spladder/; done
cat ${samples} | while read a; do ls ${sample_id}/spladder_out/spladder/| grep pickle$| grep $a; done >> pickle.txt
cp -r ${merge_graphs} ${sample_id}/spladder_out/spladder/
cp -r ${merge_count_hdf5} ${sample_id}/spladder_out/spladder/

cp -r ${count_hdf5}/*.hdf5 ${sample_id}/spladder_out/spladder/
ln -s ${count_hdf5}/*.hdf5 ${sample_id}/spladder_out/spladder/
cat ${samples} | while read a; do ls ${sample_id}/spladder_out/spladder/| grep hdf5$| grep $a; done >> count_hdf5.txt


@@ -42,10 +42,9 @@ task spladder_EC {
spladder build -o ${sample_id}/spladder_out \
--annotation ${reference_gtf_file} \
--bams alignment.txt \
--parallel $nt \
--confidence 2 \
--merge-strat merge_graphs \
--readlen 150 \
--parallel $nt \
--event-types ${event_types}

Loading…
취소
저장