Commit 240c085a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] DefaultMode for phylo

parent 6bfa8794
Pipeline #4273 failed with stages
in 40 minutes and 34 seconds
......@@ -204,6 +204,7 @@ data PhyloSubConfigAPI =
, _sc_timeUnit :: TimeUnit
, _sc_clique :: Cluster
, _sc_exportFilter :: Double
, _sc_defaultMode :: Bool
} deriving (Show,Generic,Eq)
......@@ -214,6 +215,7 @@ subConfigAPI2config subConfig = defaultConfig
, phyloQuality = Quality (_sc_phyloQuality subConfig) 3
, timeUnit = _sc_timeUnit subConfig
, clique = _sc_clique subConfig
, defaultMode = _sc_defaultMode subConfig
, exportFilter = [ByBranchSize $ _sc_exportFilter subConfig]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment