COMPASS.extract_output

COMPASS.extract_output#

missionbio.mosaic.algorithms.compass.COMPASS.extract_output

COMPASS.extract_output(prefix: Union[str, Path]) None#

Store the data generated by COMPASS

The output is stored in the variables that end with “_”. See COMPASS.run() for a description of the variables.

Parameters:
prefixUnion[str, Path]

The prefix provided to COMPASS


< Class COMPASS