Skip to content
Snippets Groups Projects
Commit fbf97659 authored by Sander Bollen's avatar Sander Bollen
Browse files

remove extraneous config val

parent 2a93a74f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ GATK = config.get("GATK")
DBSNP = config.get("DBSNP")
ONETHOUSAND = config.get("ONETHOUSAND")
HAPMAP = config.get("HAPMAP")
QUEUE = config.get("QUEUE")
BED = config.get("BED", "") # comma-separated list of BED files
REFFLAT = config.get("REFFLAT", "") # comma-separated list of refFlat files
FEMALE_THRESHOLD = config.get("FEMALE_THRESHOLD", 0.6)
......
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