Skip to content

Commit f5889ab

Browse files
authored
Merge pull request #19 from nfdi4plants/hotfix-enaNaming
Hotfix: Rename ENA package
2 parents 3a23595 + c99fdc9 commit f5889ab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

tests/ValidationPackages.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Compile Include="pride%401.0.3.fs" />
2323
<Compile Include="pride%401.0.4.fs" />
2424
<Compile Include="pride%401.0.5.fs" />
25-
<Compile Include="ena%401.0.0.fs" />
25+
<Compile Include="ena-plant-sample%401.0.0.fs" />
2626
<Compile Include="Program.fs" />
2727
</ItemGroup>
2828

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ena_1_0_0
1+
module ena_plant_sample_1_0_0
22

33

44
open ValidationPackages.Tests
@@ -36,7 +36,7 @@ type BaseTool_Fixture(scriptName : string, version : string, arcfolder : string)
3636

3737
type testARC_enaComplete_Fixture() =
3838

39-
inherit BaseTool_Fixture("ena", "1.0.0", "testARC_enaComplete")
39+
inherit BaseTool_Fixture("ena-plant-sample", "1.0.0", "testARC_enaComplete")
4040

4141

4242
type testARC_enaComplete() =

tests/fixtures/validationReport/ena/1.0.0/testARC_enaComplete/validation_report.xml renamed to tests/fixtures/validationReport/ena-plant-sample/1.0.0/testARC_enaComplete/validation_report.xml

File renamed without changes.

tests/fixtures/validationSummary/ena/1.0.0/testARC_enaComplete/validation_summary.json renamed to tests/fixtures/validationSummary/ena-plant-sample/1.0.0/testARC_enaComplete/validation_summary.json

File renamed without changes.

validation_packages/ena/ena@1.0.0.fsx renamed to validation_packages/ena-plant-sample/ena-plant-sample@1.0.0.fsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
let [<Literal>]PACKAGE_METADATA = """(*
22
---
3-
Name: ena
4-
Summary: Validates if the ARC contains the necessary metadata to be publishable via ENA.
3+
Name: ena-plant-sample
4+
Summary: Validates if the ARC contains the necessary metadata to be publishable via ENA as a plant sample.
55
Description: |
6-
Validates if the ARC contains the necessary metadata to be publishable via ENA.
6+
Validates if the ARC contains the necessary metadata to be publishable via ENA as a plant sample.
77
The following metadata is required:
88
- 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
99
MajorVersion: 1
@@ -17,7 +17,7 @@ Tags:
1717
- Name: ARC
1818
- Name: data publication
1919
- Name: validation
20-
- Name: ena
20+
- Name: ena-plant-sample
2121
ReleaseNotes: |
2222
- Initial commit
2323
---

0 commit comments

Comments
 (0)