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 a2c41af commit ffca559Copy full SHA for ffca559
examples/manual_metadata_encoding.rs
@@ -76,7 +76,7 @@ impl tskit::metadata::IndividualMetadata for IndividualMetadata {}
76
77
fn main() {
78
let ts = make_treeseq().unwrap();
79
- ts.dump("with_json_metadata.trees", 0).unwrap();
+ ts.dump("with_manual_metadata.trees", 0).unwrap();
80
}
81
82
fn make_tables() -> anyhow::Result<tskit::TableCollection> {
0 commit comments