Skip to content

v1.1.4

Compare
Choose a tag to compare
@leilaicruz leilaicruz released this 25 Jan 15:53
· 14 commits to main since this release
1413bda

[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)