utils package¶
Submodules¶
utils.isexe module¶
utils.isfile module¶
utils.which module¶
Module contents¶
Utils module provides a number of simple utility functions to the overall ancient_dna_pipeline package.
which - provides unix which functionality isexe - checks whether a file path is a executable isfile - checks whether a file path is points to an actual file.