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

Fixed interval tag

parent f32902a4
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ abstract class Gatk extends BiopetJavaCommandLineFunction with Reference with Ve
required("-R", reference) +
optional("-K", gatkKey) +
optional("-et", et) +
repeat("-I", intervals) +
repeat("-L", intervals) +
repeat("-XL", excludeIntervals) +
repeat("-ped", pedigree)
}
\ No newline at end of file
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