Skip to content

Commit

Permalink
[TOIL-BDG-15] Add end-to-end variant calling benchmark.
Browse files Browse the repository at this point in the history
Resolves #15.
  • Loading branch information
fnothaft committed Aug 31, 2017
1 parent 47bc02e commit 6ea693e
Show file tree
Hide file tree
Showing 2 changed files with 931 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def check_provided(distribution, min_version, max_version=None, optional=False):
'toil-bdg-mkdups-benchmark = toil_bdg.benchmarking.single_node.mkdups:main',
'toil-bdg-sort-benchmark = toil_bdg.benchmarking.single_node.sort:main',
'toil-bdg-ri-benchmark = toil_bdg.benchmarking.single_node.realign_indels:main',
'toil-bdg-bqsr-benchmark = toil_bdg.benchmarking.single_node.bqsr:main']})
'toil-bdg-bqsr-benchmark = toil_bdg.benchmarking.single_node.bqsr:main',
'toil-bdg-vc-benchmark = toil_bdg.benchmarking.single_node.align_and_call:main']})


class PyTest(TestCommand):
Expand Down
Loading

0 comments on commit 6ea693e

Please sign in to comment.