pub async fn write_fake_dna_file(
    dna: DnaFile
) -> Result<(PathBuf, TempDir), Error>
Expand description

Save a Dna to a file and return the path and tempdir that contains it