Transposonmapper

Latest version: v1.1.5

Safety actively analyzes 625640 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.520220322

Modified

- Update the plot that generates the volcano module.
- Update font size, colors and size of the plot.
- Allowing for save the figure as a png file.
- Allowing to annotate the plot based on the fold change and p values.

1.1.4

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 redefine`N10percent` to `int(len(N_reads) * 0.1)`

1.1.3

Added
- Fix a bug on the pysam module import when using the default version of transposonmapper, that should not require this installation from the user. This is an issue for Windows and Mac users, where pysam can not be used.
- Add an integration test for the pysam module import.

1.1.2

Added
- FIX to the volcano plot function from the statistics module of transposonmapper (https://github.com/SATAY-LL/Transposonmapper/issues/62)

1.1.1

Added
- Test framework with continuos integration through Github actions that generates a coverage report from SoundCloud after every push and pull requests.
- Pip installable package
- Contributing guidelines
- Containerization through Docker
- Package documentation through Jupyter Book integrated in the main repository.
- Adding a citation file
- Adding notebooks that describe the whole pipeline package.

Changed
- The code was refactored as much as possible into functions in order to design unit tests on them.
- The GUI have now a Getting started help document to know how to use it.
- Readme improved.
- The code structure was changed to modules inside the package.

Removed

1.0.0

This is the initial version of Transposonmapper from https://github.com/SATAY-LL/LaanLab-SATAY-DataAnalysis/releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.