Update Transcript sampler authored by Mate Balajti's avatar Mate Balajti
......@@ -21,11 +21,12 @@
# Links to individual tools
## [Transcript sampler](https://git.scicore.unibas.ch/zavolan_group/tools/transcript-sampler)
* License: MIT
* Rebased and merged `hugo.gillet-main-patch-48646` into main
* Branches: `main`, `review`, `Test_environment` = merged into dev, `add_ci_config` = CI workflow will be added after tool works, `dev` = for development
* Rebased and merged `hugo.gillet-main-patch-48646` into main, merged `add_ci_config` into main, `Test_environment` merged into main
* Branches: `main`, `review`
* Refactored code for all scripts, removed typos (couldn't stand it)
* 3 main modules: find-representative-transcript, match-repr-trans-with-exp-lvl and poisson-sampling. All modules are incorporated into main `transcript_sampler.py`
* There is an issue with one of the packages ([link](https://github.com/openvax/gtfparse/issues/36) that is breaking the whole tool, fixed it locally and tool runs now
* There is an issue with one of the packages ([link](https://github.com/openvax/gtfparse/issues/36) that is breaking the whole tool, fixed it by downgrading package version
* Added CI workflow, added `setup.py`, CLI is executable now and arguments are available
## [Transcript structure generator](https://git.scicore.unibas.ch/zavolan_group/tools/transcript-structure-generator)
* License: MIT
......
......