Skip to content

Commit

Permalink
small adjustments in isa.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Feb 29, 2024
1 parent 10c5538 commit 3d00621
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ISA/ISA.Json/Ontology.fs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ module AnnotationValue =
| Ok s -> Ok <| s
| Error e -> Error e
}

// is there a option to decode force to string?


module OntologySourceReference =
Expand Down
2 changes: 1 addition & 1 deletion src/ISA/ISA.Json/Publication.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Publication =
| Some t -> "#Pub_" + t.Replace(" ","_")
| None -> "#EmptyPublication"

let rec encoder (options : ConverterOptions) (oa : Publication) =
let encoder (options : ConverterOptions) (oa : Publication) =
[
if options.SetID then
"@id", Encode.string (oa |> genID)
Expand Down

0 comments on commit 3d00621

Please sign in to comment.