phenopacket_mapper.utils.io.output module

phenopacket_mapper.utils.io.output.write(phenopackets_list: List[Phenopacket], out_dir: str | Path)[source]

Writes a list of phenopackets to JSON files.

Parameters:
  • phenopackets_list – The list of phenopackets.

  • out_dir – The output directory.