Seismic-rna

Latest version: v0.15.5

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

Scan your dependencies

Page 1 of 8

0.15.5

Command Line

- The observer bias correction now runs by default: `--min-mut-gap` now defaults to 3 rather than 0.

New Features

- Requirement for read weights to sum to a positive real number has been relaxed to a non-negative number.

Bug Fixes

- Removed an incorrect warning message about invalid division during the table step.

**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.15.4...v0.15.5

0.15.4

New options

- Added option --overhangs/--no-overhangs to control the related portion of mate pairs. --no-overhangs restricts related base calls to those which fall between the start of each mate.

**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.15.3...v0.15.4

0.15.3

Bug Fixes

- Fixed bug in cluster frequency table where numbers of reads would be normalized to all clusters from all orders instead of within each order.

**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.15.2...v0.15.3

0.15.2

New Features

- Added a check for the `DATAPATH` environment variable before using RNAstructure during the `fold` step, in order to make common errors with `DATAPATH` more obvious.

Bug Fixes

- Fixed a bug that prevented cluster frequency tables from being loaded. This was a problem during the `export` step.
- Fixed a bug with dependency checking so that failing checks will now log a CRITICAL error message and move on to the next step instead of halting the program.

**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.15.1...v0.15.2

0.15.1

Performance Enhancements

- `seismic fold` can now predict secondary structures using multiple threads with the RNAstructure command `Fold-smp` (instead of just `Fold`), which speeds up structure prediction almost linearly with respect to the number of threads. `Fold-smp` is used by default unless the maximum number of processes allowed for folding is 1, in which case `Fold` is used. See https://rna.urmc.rochester.edu/Text/Fold.html for documentation on `Fold` and `Fold-smp`.

Bug Fixes

- Some incompatibilities with prior versions in report field names have been fixed.
- In v0.15.0, the observer bias correction would crash if any position had 0 probability of being covered by a read (i.e. all end coordinate probabilities spanning that position were 0), causing division by zero resulting in NaN values propagating to the objective function. This problem has been fixed by setting the NaN values to 0.
- A new function has been implemented to avoid multiplying invalid values (and generating warnings about doing so).
- In EM clustering, the likelihood should theoretically never decrease between iterations. If it does, then it's either due to a bug in the algorithm or to the accumulation of rounding errors during floating-point arithmetic. In all prior versions, if the likelihood decreased, the algorithm would issue a warning and continue iterating until the likelihood increased by a positive amount less than the threshold. However, this could cause the likelihood to decrease for several consecutive iterations, yielding a sub-optimal solution. In this version, EM clustering will terminate the first time the likelihood increases by less than the positive threshold, including if it decreases.
- In all prior versions,`samtools sort` would use its own default choice for where to write temporary files produced during sorting. In this version, it uses an appropriate sub-directory within the user-specified temporary directory (with `--temp-dir`).

What's Changed
* 0.15.1 by matthewfallan in https://github.com/rouskinlab/seismic-rna/pull/13


**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.15.0...v0.15.1

0.15.0

Note that the peak coverage is now less than 1 million, as it should be.
<img width="855" alt="Screenshot 2024-03-26 at 9 16 19 PM" src="https://github.com/rouskinlab/seismic-rna/assets/31744230/1173db61-2caa-4d51-9ebc-23e3c22713c8">


What's Changed
* 0.15.0 by matthewfallan in https://github.com/rouskinlab/seismic-rna/pull/12


**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.14.1...v0.15.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.