git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@114110 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b73a0ae30f
commit
c8e72ae54b
|
@ -29,9 +29,11 @@ public class RegressionTestBiOnym1Matcher {
|
||||||
config.setParam(BionymFlexibleWorkflowTransducer.destinationTableParam, "taxamatchoutputlocal");
|
config.setParam(BionymFlexibleWorkflowTransducer.destinationTableParam, "taxamatchoutputlocal");
|
||||||
config.setParam(BionymFlexibleWorkflowTransducer.destinationTableLableParam, "taxamatchoutputlabel");
|
config.setParam(BionymFlexibleWorkflowTransducer.destinationTableLableParam, "taxamatchoutputlabel");
|
||||||
//2
|
//2
|
||||||
config.setParam(BionymFlexibleWorkflowTransducer.originTableParam, "generic_id471e6d50_d243_4112_bc07_e22152438e5c");
|
// config.setParam(BionymFlexibleWorkflowTransducer.originTableParam, "generic_id471e6d50_d243_4112_bc07_e22152438e5c");
|
||||||
config.setParam(BionymFlexibleWorkflowTransducer.rawnamesColumnParam, "field0");
|
// config.setParam(BionymFlexibleWorkflowTransducer.rawnamesColumnParam, "field0");
|
||||||
|
//1000
|
||||||
|
config.setParam(BionymFlexibleWorkflowTransducer.originTableParam, "taxamatchinput1000");
|
||||||
|
config.setParam(BionymFlexibleWorkflowTransducer.rawnamesColumnParam, "rawstrings");
|
||||||
|
|
||||||
config.setAgent("BIONYM");
|
config.setAgent("BIONYM");
|
||||||
|
|
||||||
|
|
|
@ -57,9 +57,9 @@ public static AlgorithmConfiguration getConfig() {
|
||||||
|
|
||||||
// config.setParam("StocksFile","http://goo.gl/g6YtVx");
|
// config.setParam("StocksFile","http://goo.gl/g6YtVx");
|
||||||
// config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Short1.csv");
|
// config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Short1.csv");
|
||||||
config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Short2.csv");
|
// config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Short2.csv");
|
||||||
|
//config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Longtest.csv");
|
||||||
// config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_Longtest.csv");
|
config.setParam("StocksFile","https://dl.dropboxusercontent.com/u/12809149/FAOMSY_1000sptest.csv");
|
||||||
// config.setParam("StocksFile","http://goo.gl/B09ZL0"); //50species
|
// config.setParam("StocksFile","http://goo.gl/B09ZL0"); //50species
|
||||||
//config.setParam("IDsFile","http://goo.gl/9rg3qK");
|
//config.setParam("IDsFile","http://goo.gl/9rg3qK");
|
||||||
// config.setParam("StocksFile","http://goo.gl/Mp2ZLY");
|
// config.setParam("StocksFile","http://goo.gl/Mp2ZLY");
|
||||||
|
|
|
@ -37,7 +37,8 @@ public class RegressionTestGenerators {
|
||||||
|
|
||||||
config.setParam("DistributionTable", "hspec_suitable_test_parallel");
|
config.setParam("DistributionTable", "hspec_suitable_test_parallel");
|
||||||
config.setParam("CsquarecodesTable", "hcaf_d");
|
config.setParam("CsquarecodesTable", "hcaf_d");
|
||||||
config.setParam("EnvelopeTable", "hspen_filteredid_3a150e47_274e_47fc_b257_6a2933ec8e67");
|
// config.setParam("EnvelopeTable", "hspen_filteredid_3a150e47_274e_47fc_b257_6a2933ec8e67");
|
||||||
|
config.setParam("EnvelopeTable", "hspen1000");
|
||||||
config.setParam("OccurrencePointsTable", "occurrencecells");
|
config.setParam("OccurrencePointsTable", "occurrencecells");
|
||||||
config.setParam("CreateTable", "true");
|
config.setParam("CreateTable", "true");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue