This directory provides mutation files in Dig format for the ICGC portion of the PCAWG dataset.
There is one mutation file for each cancer and meta-cancer cohort.
Additionally, some cohorts have a *_msi_low.annot.txt.gz file, designating mutations only from MSI-low tumors.

Reading the files: 
$ python
>>> from DIGDriver.data_tools import mutation_tools
>>> df = mutation_tools.read_mutation_file(<NAME_OF_FILE>)