Update home authored by CJHerrmann's avatar CJHerrmann
...@@ -5,12 +5,30 @@ ...@@ -5,12 +5,30 @@
* [ ] are there sufficient tests? * [ ] are there sufficient tests?
* [ ] does the tool work as expected? * [ ] does the tool work as expected?
* [ ] has the package been built (correctly)? * [ ] has the package been built (correctly)?
* [ ] fix issues based on the `review` merge requests, solve threads (but don't merge) * [x] License present and permissive?
* [ ] Google-style docstrings available for *all* modules, classes, functions, methods
* [ ] type hints provided at least for *all* functions & methods
* [ ] License present and permissive?
* [ ] `.gitignore` extensive enough? * [ ] `.gitignore` extensive enough?
## things to do ## Useful links
* [ ] [upload all tools to Bioconda](https://git.scicore.unibas.ch/zavolan_group/teaching_and_tutorials/programming_for_life_sciences/-/blob/master/2022/04_encapsulation_packaging.ipynb#Creating-and-publishing-packages) * [uploading tools to Bioconda](https://git.scicore.unibas.ch/zavolan_group/teaching_and_tutorials/programming_for_life_sciences/-/blob/master/2022/04_encapsulation_packaging.ipynb#Creating-and-publishing-packages)
* [ ] create main workflow
\ No newline at end of file # Links to individual tools
## [Transcript sampler](https://git.scicore.unibas.ch/zavolan_group/tools/transcript-sampler)
* License: MIT
## [Transcript structure generator](https://git.scicore.unibas.ch/zavolan_group/tools/transcript-structure-generator)
* License: MIT
## [Transcript sequence extractor](https://git.scicore.unibas.ch/zavolan_group/tools/transcript-sequence-extractor)
* License: MIT
## [Priming site predictor](https://git.scicore.unibas.ch/zavolan_group/tools/priming-site-predictor)
* License: MIT
## [cDNA generator](https://git.scicore.unibas.ch/zavolan_group/tools/cdna-generator)
* License: MIT
## [Terminal fragment selector](https://git.scicore.unibas.ch/zavolan_group/tools/terminal-fragment-selector)
* License: MIT
## [Read sequencer](https://git.scicore.unibas.ch/zavolan_group/tools/read-sequencer)
* License: MIT
\ No newline at end of file