Skip to content
Snippets Groups Projects
Commit 372db4ea authored by Cats's avatar Cats
Browse files

fix output samtools index

parent 7d3590e6
No related branches found
No related tags found
1 merge request!15Biowdl 25
task Index { task Index {
String? preCommand String? preCommand
File bamFilePath File bamFilePath
String bamIndexPath
String bamIndexPath = bamFilePath + ".bai"
command { command {
set -e -o pipefail set -e -o pipefail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment