WilsonSayresLab / XYalign

Identifying, understanding, and correcting technical biases on the sex chromosomes in next-generation sequencing data
Other
23 stars 5 forks source link

Bruno's edits #15

Closed BrunoGrandePhD closed 6 years ago

BrunoGrandePhD commented 7 years ago

The code is already pretty polished. All I ended doing are minor edits. Here's a summary of the changes that I've made:

Feel free to address my inline comments (tagged with # TODO (bgrande)) by pushing to this branch before merging into master. I can help with the merge once you review my pull request.

BrunoGrandePhD commented 7 years ago

By the way, to remove the print statements in xyalign/xyalign.py, I had to move the logging.getLogger() call to the top of the file. I'm not sure if this is correct or if it will work. Please fix as necessary.

thw17 commented 7 years ago

Hi Bruno - Thanks!