Draft: remove all content for review (DO NOT MERGE!)
Compare changes
Files
16
tests/resources/Annotation1.gtf deleted
100644 → 0
+ 0
− 5
This branch and merge request is for reviewing your code and code structure. It is only for the purpose of reviewing and should never be merged! Note that any changes made to the repo by you after creation of this merge request are not considered for this review. Please also note that we will not review code style here (we will use automatic tools for that in a future session), but rather we will keep feedback high level at this point. Please address any issues raised (if you haven't already addressed them on your own in the meantime).
Next to the in-line and general code comments we will give during the review sessions (done by me and Mihaela), we keep track of the status of the more formal requirements (i.e., not the actual code) with respect to repository setup, packaging and documentation in the following checklist. Please complete any pieces that remain after the "List checked by reviewers" was set to "Yes" by us (indicating that we are done checking your repo against the checklist). To address these, please check the relevant notebooks and homeworks for more info.
List checked by reviewers
Version control
LICENSE
without any file extension.gitignore
available and includes common Python artifacts; no such artifacts (e.g., from building/packaging) are under version controltests
containing all test-related content (required if tests or test files are available), and one directory named img
or images
, containing the screenshots from exercise 1 (fine if omitted or deleted at this point); all other files (LICENSE
, README.md
, .gitignore
, setup.py
, etc.) in repository root directoryPackaging
setup.py
available (used pyproject.toml
as alternative)pip install .
-h
optionDocumentation
README.md
has at least a synopsis, usage and installation instructions and contact information (can use zavolab-biozentrum@unibas.ch if you don't want to put your own); other sections, as outlined in the course materials, welcome