Skip to content

Release 5.4

Choose a tag to compare

@pabloati pabloati released this 23 Apr 13:00
7ae74e1

Introduction

This release introducessignificant changes in SQANTI3.

  1. Introduciton of a loggin system --> Now, all theouptut to the console is controlled via a python logger. The external tools log is redirected to their respective files in the directory logs of each run.
  2. Creation of a wrapper and a config file to run SQANTI3. This wrapper now works via a config file, thus some arguments and the way the parser works have been changed to be adapted to the wrapper
  3. Reestructurarion of the filter module. Most of its scripts have been pythonized and the internal organization has been changed, with modifications to the file namings
  4. Reestructuration of rescue module. Similar to filter, with most of the scirpts changed from R to python, eliminating many calls to external tools or the terminal
  5. Fixed many bugs that were found along the way. See commits and pull requests for more info

What's Changed

New Contributors

Full Changelog: v5.3.6...v5.4