File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/scala/io/opentargets/etl Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ object ETL extends LazyLogging {
3333 case " search_facet" => FacetSearch ()
3434 case " target" => Target ()
3535 case " target_engine" => TargetEngine ()
36-
37- case _ => throw new IllegalArgumentException (s " step $step is unknown " )
36+
37+ case _ => throw new IllegalArgumentException (s " step $step is unknown " )
3838 }
3939 logger.info(s " finished running step $step" )
4040 }
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ object Configuration extends LazyLogging {
5858 output : IOResourceConfigurations
5959 )
6060
61-
62-
6361 // expression
6462 case class ExpressionSection (
6563 input : IOResourceConfigurations ,
@@ -136,8 +134,6 @@ object Configuration extends LazyLogging {
136134 epmc : Epmc
137135 )
138136
139-
140-
141137 // openfda
142138 case class OpenfdaMontecarloSection (
143139 permutations : Int ,
You can’t perform that action at this time.
0 commit comments