gwlilabmit/rendseq
Add more optional arguments to command line interface for make_peaks
Open
#4 opened on Apr 8, 2022
enhancementgood first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
zscores is configured to take almost all of the optional arguments through the command line, but currently make_peaks only takes a few. It would be great to add some of the optional arguments for make_peaks to the argparser so that they can be accessed by users interacting with this module from the command line.
To get a sense of what this looks like check out zscores.py. I was envisioning that we could add some of the optional arguments for both thresh_peaks and hmm_peaks!
Please reach out with questions if you get stuck!