Commit cb595573 authored by david Chavalarias's avatar david Chavalarias

[phylo] specification of the type of intertemporal matching in the output name

parent 02a259a2
Pipeline #1378 canceled with stage
...@@ -170,8 +170,8 @@ main = do ...@@ -170,8 +170,8 @@ main = do
let sensibility = case (phyloProximity config) of let sensibility = case (phyloProximity config) of
Hamming -> undefined Hamming -> undefined
WeightedLogJaccard s -> (show s) WeightedLogJaccard s -> ( "WeightedLogJaccard_" <> show s)
WeightedLogSim s -> (show s) WeightedLogSim s -> ( "WeightedLogSim_" <> show s)
let sync = case (phyloSynchrony config) of let sync = case (phyloSynchrony config) of
ByProximityThreshold t _ _ _ -> (show t) ByProximityThreshold t _ _ _ -> (show t)
......
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