This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
renluyao
/
variant-calling
forked from
YaqingLiu/variant-calling
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixbug: samtools index
master
YaqingLiu
3 years ago
parent
c72f3aae8c
commit
f515625972
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/replaceRG.wdl
+ 1
- 1
tasks/replaceRG.wdl
View File
@@ -11,7 +11,7 @@ task replaceRG {
command <<<
samtools addreplacerg -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam}
samtools index ${bam_name}.bam
${bam_name}.bam.bai
samtools index ${bam_name}.bam
>>>
runtime {
Write
Preview
Loading…
Cancel
Save