Browse Source

更新 'tasks/polysolver.wdl'

del
master
biochenglinliu 3 years ago
parent
commit
aea839aaf9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tasks/polysolver.wdl

+ 0
- 1
tasks/polysolver.wdl View File

@@ -18,7 +18,6 @@ task polysolver {

for line in `ls ./${sample_id}|sed 's/.bam.*//'|sort|uniq`
do
line=`ls ./${sample_id}|sed 's/.bam.*//'|sort|uniq`
new_name=`echo $line|sed 's/\./_/g'`
mv ${sample_id}/$line.bam ${sample_id}/$new_name.bam
mv ${sample_id}/$line.bam.bai ${sample_id}/$new_name.bam.bai

Loading…
Cancel
Save