TheFraserLab / ASEr

Get ASE counts from BAMs or raw fastq data -- repackage of pipeline by Carlo Artieri
MIT License
6 stars 3 forks source link

[DUMMY] Add comments to bin/CountSNPASE.py #12

Open carloartieri opened 8 years ago

carloartieri commented 8 years ago

Created a dummy branch to add some comments to CountSNPASE.py. In particular, I've indicated:

Unfortunately I don't have time to formally implement this stuff and test it, but hopefully it will lead to some improvements in code speed, reliability, and maintainability. This isn't the deepest dive back into the code, but I'm happy to check in periodically and discuss tweaks and improvements.

carloartieri commented 8 years ago

Also, there may be a few syntax errors in there (I think I used added too many brackets around the pandas.DataFrame.columns call), so consider it pseudocode for testing :warning: