You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major changes:
Added a new parameter to train_model and apply_model, -e. This allows reads to be masked by n bp at either end with 0% methylation probability. This is necessary due to the inability of fibertools to call methylations in the first and last 8 bp of the read.
Added a folder with example input, intermediate, and output files to allow for testing of the scripts.
Added a folder to store pretrained models.
Small changes:
Fixed a bug where column names of BlockSizes/BlockStarts were swapped in the final output
Standardized the -b flag across all scripts
Removed a reference in the Readme to multiple input files for apply_model
Added parameter -e, as noted above.
Changed apply_model.py to output a single bed file instead of individual bed files for each chromosome (matching apply_model_multiprocess.py)