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

fix tabix

parent d1229d3e
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ task Tabix {
command {
set -e
mkdir -p $(dirname ~{outputFilePath})
if [ ! -f ~{outputFilePath} ]
then
ln ~{inputFile} ~{outputFilePath}
......
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