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.
The key has expired.
[1.1.4] - 2022-01-25
Modified
Fix the file in the transposonmapper module inside the exporting submodule: save_as_wig.py
The change is related to save the wig file as the standard convention which requires a lower case letter instead of a capital one that was the case of previous versions. Specifically, the change of the VariableStep line to variableStep.
This change is not affecting the functionality of the code.
Fix the 10% first truncation of the gene calculation. Basically redefineN10percent to int(len(N_reads) * 0.1)