Skip to content
Snippets Groups Projects
Commit 02f71e17 authored by JasperBoom's avatar JasperBoom
Browse files

Upload another fix.

parent 86f26caf
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ task Index {
String bamIndexPath = outputPath + ".pbi"
command {
bash -c '
set -e
# Make sure outputBamPath does not exist.
if [ ! -f ~{outputPath} ]
......@@ -45,7 +44,6 @@ task Index {
ln ~{bamFile} ~{outputPath}
fi
pbindex ~{outputPath} ~{bamIndexPath}
'
}
output {
......
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