diff --git a/tests/ValidationPackages.Tests.fsproj b/tests/ValidationPackages.Tests.fsproj index 37f5ff3..b542f98 100644 --- a/tests/ValidationPackages.Tests.fsproj +++ b/tests/ValidationPackages.Tests.fsproj @@ -22,7 +22,7 @@ - + diff --git a/tests/ena@1.0.0.fs b/tests/ena-plant-sample@1.0.0.fs similarity index 92% rename from tests/ena@1.0.0.fs rename to tests/ena-plant-sample@1.0.0.fs index fe78e17..c43cab4 100644 --- a/tests/ena@1.0.0.fs +++ b/tests/ena-plant-sample@1.0.0.fs @@ -1,4 +1,4 @@ -module ena_1_0_0 +module ena_plant_sample_1_0_0 open ValidationPackages.Tests @@ -36,7 +36,7 @@ type BaseTool_Fixture(scriptName : string, version : string, arcfolder : string) type testARC_enaComplete_Fixture() = - inherit BaseTool_Fixture("ena", "1.0.0", "testARC_enaComplete") + inherit BaseTool_Fixture("ena-plant-sample", "1.0.0", "testARC_enaComplete") type testARC_enaComplete() = diff --git a/tests/fixtures/validationReport/ena/1.0.0/testARC_enaComplete/validation_report.xml b/tests/fixtures/validationReport/ena-plant-sample/1.0.0/testARC_enaComplete/validation_report.xml similarity index 100% rename from tests/fixtures/validationReport/ena/1.0.0/testARC_enaComplete/validation_report.xml rename to tests/fixtures/validationReport/ena-plant-sample/1.0.0/testARC_enaComplete/validation_report.xml diff --git a/tests/fixtures/validationSummary/ena/1.0.0/testARC_enaComplete/validation_summary.json b/tests/fixtures/validationSummary/ena-plant-sample/1.0.0/testARC_enaComplete/validation_summary.json similarity index 100% rename from tests/fixtures/validationSummary/ena/1.0.0/testARC_enaComplete/validation_summary.json rename to tests/fixtures/validationSummary/ena-plant-sample/1.0.0/testARC_enaComplete/validation_summary.json diff --git a/validation_packages/ena/ena@1.0.0.fsx b/validation_packages/ena-plant-sample/ena-plant-sample@1.0.0.fsx similarity index 95% rename from validation_packages/ena/ena@1.0.0.fsx rename to validation_packages/ena-plant-sample/ena-plant-sample@1.0.0.fsx index e2a6ba0..ed667bb 100644 --- a/validation_packages/ena/ena@1.0.0.fsx +++ b/validation_packages/ena-plant-sample/ena-plant-sample@1.0.0.fsx @@ -1,9 +1,9 @@ let []PACKAGE_METADATA = """(* --- -Name: ena -Summary: Validates if the ARC contains the necessary metadata to be publishable via ENA. +Name: ena-plant-sample +Summary: Validates if the ARC contains the necessary metadata to be publishable via ENA as a plant sample. Description: | - Validates if the ARC contains the necessary metadata to be publishable via ENA. + Validates if the ARC contains the necessary metadata to be publishable via ENA as a plant sample. The following metadata is required: - Study has plant developmental stage, collection date, geographic location (country and/or sea), geographic location (latitude), geographical location (longitude), plant growth medium, and isolation and growth condition in correct format MajorVersion: 1 @@ -17,7 +17,7 @@ Tags: - Name: ARC - Name: data publication - Name: validation - - Name: ena + - Name: ena-plant-sample ReleaseNotes: | - Initial commit ---