Skip to content
Snippets Groups Projects
Commit 2dc14b39 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Make index use the basename of the file

parent af929db9
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ task Sort {
task Tabix {
input {
File inputFile
String outputFilePath = "indexed.vcf.gz"
String outputFilePath = basename(inputFile)
String type = "vcf"
Int timeMinutes = 1 + ceil(size(inputFile, "GiB") * 2)
......
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