Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Jul 4, 2024
1 parent 889f2aa commit bc23fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tb-profiler
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import sys
import pathogenprofiler as pp
from pathogenprofiler import TempFilePrefix
import pathogenprofiler.variant_calling as vc
import argparse
from rich_argparse import ArgumentDefaultsRichHelpFormatter
import json
Expand Down Expand Up @@ -348,7 +349,7 @@ def int_2_or_more(arg):



variant_callers = [cls.__software__ for cls in pp.variant_calling.VariantCaller.__subclasses__()]
variant_callers = [cls.__software__ for cls in vc.VariantCaller.__subclasses__()]



Expand Down

0 comments on commit bc23fd9

Please sign in to comment.