This pull request introduces two minor changes to the genescores.py script:
Added case-insensitive Check for 'chr' Prefix: Ensured that chromosome names are consistently prefixed with 'chr' by checking in a case-insensitive manner and adding the prefix if necessary.
Added print statement for missing transcripts: Implemented a print statement to notify users when a transcript could not be found in the database, aiding in debugging.
This pull request introduces two minor changes to the genescores.py script: