Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for int-looking chromosome names in WGS input file
In CRISPRessoWGS, the region file contains a 'chr_id' column which is sometimes mis-recognized as ints when read by pandas if using the chromosome notation without 'chr' (e.g. 1,2,3 in stead of chr1,chr2,chr3). This bug fix forces chr_ids to be read as strs.
- Loading branch information