pxblat.two_bit_to_fa(inName: str | Path, outName: str | Path, option: TwoBitToFaOption)[source]

Converts a .2bit file to a .fa file.

This function takes the name of an input .2bit file and an output .fa file, and an option object, converts the .2bit file to .fa format using the twoBitToFa function, and saves the result to the output file.

Parameters:
inName : Union[str, Path]

The name or Path of the input .2bit file.

outName : Union[str, Path]

The name or Path of the output .fa file.

option : TwoBitToFaOption

The options to use when converting the .2bit file.

Returns:

The return value from the twoBitToFa function.