Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/ValidationPackages.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Compile Include="pride%401.0.3.fs" />
<Compile Include="pride%401.0.4.fs" />
<Compile Include="pride%401.0.5.fs" />
<Compile Include="ena%401.0.0.fs" />
<Compile Include="ena-plant-sample%401.0.0.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tests/ena@1.0.0.fs → tests/ena-plant-sample@1.0.0.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ena_1_0_0
module ena_plant_sample_1_0_0


open ValidationPackages.Tests
Expand Down Expand Up @@ -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() =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
let [<Literal>]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
Expand All @@ -17,7 +17,7 @@ Tags:
- Name: ARC
- Name: data publication
- Name: validation
- Name: ena
- Name: ena-plant-sample
ReleaseNotes: |
- Initial commit
---
Expand Down
Loading