Contents:
check_outdir_exists()
concatenate_csv_files_with_glob()
convert_str2list()
create_tar_without_metadata()
get_repo_root()
load_csv_to_dataframe()
parse_iterabc2dataframe()
return_kinase_dict()
save_dataframe_to_csv()
Create a tar file without metadata.
path_source (str) – Path to the source directory to be tarred
filename_tar (str) – Path and filename to the save the tar file
None