Skip to content
Snippets Groups Projects
Commit 2f744f00 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added index as output file

parent d891d46f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ class GensToVcf(val root: Configurable) extends ToolCommandFunction with Referen
super.beforeGraph()
if (reference == null) reference = referenceFasta()
if (contig == null) throw new IllegalStateException
if (outputVcf.getName.endsWith(".vcf.gz")) outputFiles :+= new File(outputVcf.getAbsolutePath + ".tbi")
}
override def cmdLine = super.cmdLine +
......
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