hmgu-itg / peakplotter

A tool to find and annotate signals in next-generation association studies
6 stars 3 forks source link

Packaged and added functionalities #1

Closed youngchanpark closed 3 years ago

youngchanpark commented 3 years ago

Hello,

I've heavily modified the codes.

Below are some of the things I did:

  1. Made it into a Python package
  2. Once package is installed using pip, a peakplotter command is added for user to run peakplotter
  3. Updated and debugged some of the code
  4. Split up some functions for easier debugging and testing
  5. Added tests (Much work in progress)

There are a lot of additional things to do, but peakplotter is mostly functional.