- 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
twoBitToFafunction, and saves the result to the output file.