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 8a42e93 commit 341e6a7Copy full SHA for 341e6a7
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