Skip to content

Commit

Permalink
fix ReferenceGenome serialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham committed Oct 8, 2024
1 parent 5a39acf commit b1c0d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/src/main/scala/is/hail/variant/ReferenceGenome.scala
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ case class ReferenceGenome(

override def toString: String = name

implicit private[this] val fmts: Formats = DefaultFormats
@transient implicit private[this] val fmts: Formats = DefaultFormats

def write(fs: is.hail.io.fs.FS, file: String): Unit =
using(fs.create(file))(out => Serialization.write(toJSON, out))
Expand Down

0 comments on commit b1c0d04

Please sign in to comment.