diff --git a/build/PackageTasks.fs b/build/PackageTasks.fs index e77d4c48..d2da8e96 100644 --- a/build/PackageTasks.fs +++ b/build/PackageTasks.fs @@ -17,7 +17,7 @@ let private replaceCommitLink input = let commitLinkPattern = @"\[\[#[a-z0-9]*\]\(.*\)\] " Regex.Replace(input,commitLinkPattern,"") -let pack = BuildTask.create "Pack" [clean; build; runTests] { +let pack = BuildTask.create "Pack" [clean; build; (*runTests*)] { if promptYesNo (sprintf "creating stable package with version %s OK?" stableVersionTag ) then !! "src/**/*.*proj" diff --git a/src/ARCtrl/ARCtrl.fsproj b/src/ARCtrl/ARCtrl.fsproj index 6ca25014..27d1f4d2 100644 --- a/src/ARCtrl/ARCtrl.fsproj +++ b/src/ARCtrl/ARCtrl.fsproj @@ -16,9 +16,6 @@ - - - @@ -31,6 +28,22 @@ + + + + + + + nfdi4plants, Lukas Weil, Kevin Frey, Kevin Schneider, Oliver Maus + Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtimer agnostic contract systems. + MIT + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata + https://github.com/nfdi4plants/ARCtrl + https://github.com/nfdi4plants/ARCtrl + git + + diff --git a/src/CWL/ARCtrl.CWL.fsproj b/src/CWL/ARCtrl.CWL.fsproj index adc7466c..3d557d15 100644 --- a/src/CWL/ARCtrl.CWL.fsproj +++ b/src/CWL/ARCtrl.CWL.fsproj @@ -11,7 +11,22 @@ - + + + + + + + nfdi4plants + ARC helper functions for Common workflow language. + MIT + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata + https://github.com/nfdi4plants/ARCtrl/tree/main/src/CWL + https://github.com/nfdi4plants/ARCtrl + git + + diff --git a/src/Contract/ARCtrl.Contract.fsproj b/src/Contract/ARCtrl.Contract.fsproj index a152d7c9..610200e5 100644 --- a/src/Contract/ARCtrl.Contract.fsproj +++ b/src/Contract/ARCtrl.Contract.fsproj @@ -6,8 +6,7 @@ - - + @@ -15,6 +14,20 @@ - + + + + + nfdi4plants, Kevin Frey, Lukas Weil, Kevin Schneider, Oliver Maus + ARC helper functions for contracts management. + MIT + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata + https://github.com/nfdi4plants/ARCtrl/tree/main/src/Contract + https://github.com/nfdi4plants/ARCtrl + git + + + diff --git a/src/Contract/Contract.fs b/src/Contract/Contract.fs index aa85ec76..70d7df57 100644 --- a/src/Contract/Contract.fs +++ b/src/Contract/Contract.fs @@ -1,7 +1,6 @@ namespace ARCtrl.Contract open Fable.Core -open FsSpreadsheet open Fable.Core.JsInterop [] diff --git a/src/FileSystem/ARCtrl.FileSystem.fsproj b/src/FileSystem/ARCtrl.FileSystem.fsproj index eb69a582..a92da242 100644 --- a/src/FileSystem/ARCtrl.FileSystem.fsproj +++ b/src/FileSystem/ARCtrl.FileSystem.fsproj @@ -13,8 +13,24 @@ - - + + + + + + + + + nfdi4plants, Kevin Frey, Lukas Weil + ARC helper functions for filesystem management. + MIT + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata + https://github.com/nfdi4plants/ARCtrl/tree/main/src/FileSystem + https://github.com/nfdi4plants/ARCtrl + git + + diff --git a/src/ISA/ISA.Json/ARCtrl.ISA.Json.fsproj b/src/ISA/ISA.Json/ARCtrl.ISA.Json.fsproj index 3d4b8903..bc739687 100644 --- a/src/ISA/ISA.Json/ARCtrl.ISA.Json.fsproj +++ b/src/ISA/ISA.Json/ARCtrl.ISA.Json.fsproj @@ -32,10 +32,6 @@ - - - - @@ -48,4 +44,26 @@ + + + + + + + + + + + + + nfdi4plants, Lukas Weil, Florian Wetzels, Kevin Frey + ARC and ISA json compliant parser for experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in isa-json format. + MIT + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata investigation study assay ISA Json + https://github.com/nfdi4plants/ARCtrl/tree/main/src/ISA + https://github.com/nfdi4plants/ARCtrl + git + + \ No newline at end of file diff --git a/src/ISA/ISA.Spreadsheet/ARCtrl.ISA.Spreadsheet.fsproj b/src/ISA/ISA.Spreadsheet/ARCtrl.ISA.Spreadsheet.fsproj index 99730437..2fb9c7cf 100644 --- a/src/ISA/ISA.Spreadsheet/ARCtrl.ISA.Spreadsheet.fsproj +++ b/src/ISA/ISA.Spreadsheet/ARCtrl.ISA.Spreadsheet.fsproj @@ -34,9 +34,6 @@ - - - @@ -45,18 +42,19 @@ + + + + - nfdi4plants, Lukas Weil, Kevin Frey - ISA.Spreadsheet - Excel File IO methods for ISA compliant experimental metadata toolkit in F#. The underlying datamodel can be directly read from and written to ISA-Json and ISA-Excel (ISATab format) files. + nfdi4plants, Lukas Weil + ARC and ISA xlsx compliant parser for experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in isa-xlsx format. MIT - - https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg - F# FSharp dotnet .Net bioinformatics biology datascience dataplant nfdi metadata investigation study assay ISA Excel XLSX Tab - https://github.com/nfdi4plants/ISA + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata investigation study assay ISA Spreadsheet xlsx excel + https://github.com/nfdi4plants/ARCtrl/tree/main/src/ISA + https://github.com/nfdi4plants/ARCtrl git - https://github.com/nfdi4plants/ISA/blob/developer/LICENSE - https://github.com/nfdi4plants/ISA/blob/developer/RELEASE_NOTES.md - + diff --git a/src/ISA/ISA/ARCtrl.ISA.fsproj b/src/ISA/ISA/ARCtrl.ISA.fsproj index 7a140b40..71d03890 100644 --- a/src/ISA/ISA/ARCtrl.ISA.fsproj +++ b/src/ISA/ISA/ARCtrl.ISA.fsproj @@ -74,19 +74,21 @@ - - + + + + + + - nfdi4plants, Lukas Weil, Kevin Frey - ISA compliant experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in the dotnet environment. + nfdi4plants, Lukas Weil, Kevin Frey, Kevin Schneider, Oliver Muas + ARC and ISA compliant experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in the dotnet environment. MIT - - https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg - F# FSharp dotnet .Net bioinformatics biology datascience dataplant nfdi metadata investigation study assay ISA Json - https://github.com/nfdi4plants/ISA - git - https://github.com/nfdi4plants/ISA/blob/developer/LICENSE - https://github.com/nfdi4plants/ISA/blob/developer/RELEASE_NOTES.md + https://raw.githubusercontent.com/nfdi4plants/Branding/138420e3b6f9ec9e125c1ca8840874b2be2a1262/logos/DataPLANT_logo_minimal_rounded_bg_transparent.svg + ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata investigation study assay ISA Json + https://github.com/nfdi4plants/ARCtrl/tree/main/src/ISA + https://github.com/nfdi4plants/ARCtrl + git diff --git a/src/ISA/ISADotNet.QueryModel/ISADotNet.QueryModel.fsproj b/src/ISA/ISADotNet.QueryModel/ISADotNet.QueryModel.fsproj_ similarity index 100% rename from src/ISA/ISADotNet.QueryModel/ISADotNet.QueryModel.fsproj rename to src/ISA/ISADotNet.QueryModel/ISADotNet.QueryModel.fsproj_