Browse Source

更新 'tasks/spladder.wdl'

master
chenqingwang 3 years ago
parent
commit
fd92584e28
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      tasks/spladder.wdl

+ 6
- 1
tasks/spladder.wdl View File

@@ -17,7 +17,12 @@ task spladder {
set -e

mkdir -p ${sample_id}/spladder_out
echo ${bam} > bam.txt
for i in ${sep=" " bam}
do
echo $i >> bam.txt
done

sed ':a ; N;s/\n/,/ ; t a ; ' bam.txt > alignment.txt
for i in ${sep=" " pickle}

Loading…
Cancel
Save