Module utils

Module utils 

Source

Structs§

MultiFormatWriter
Multiple format file writer based on [bio crate]. Provides a unified interface for writing different bioinformatics file formats.

Enums§

FileType
Enumeration of supported bioinformatics file types Used for file type detection and handling

Functions§

create_file_with_dir
Creates an empty file and ensures its parent directories exist
is_directory_path
Determines if a path represents a directory
try_file_type_ext
Determines file type based on file extension
try_seq_type_seq
Determines the biological sequence type by analyzing its content
write_file
Writes string content to a file at the specified path