export_all#
- RNAdist.fasta_wrappers.export_all(output_data: Dict[str, numpy.ndarray], outdir: str | PathLike)#
Extracts expected distances from a pickled output file and stores them in TSV files. Therefore, it uses the original FASTA identifiers as filenames.
- Parameters:
output_data (Dict) – The Data from which the output should be extracted.
outdir (str, PathLike) – The directory where TSV output files will be stored