We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99f7d1 commit a2ff477Copy full SHA for a2ff477
hail/src/main/scala/is/hail/variant/ReferenceGenome.scala
@@ -451,7 +451,7 @@ case class ReferenceGenome(
451
452
override def toString: String = name
453
454
- implicit private[this] val fmts: Formats = DefaultFormats
+ @transient implicit private[this] val fmts: Formats = DefaultFormats
455
456
def write(fs: is.hail.io.fs.FS, file: String): Unit =
457
using(fs.create(file))(out => Serialization.write(toJSON, out))
0 commit comments