Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcla committed May 9, 2024
1 parent e627378 commit 878a398
Show file tree
Hide file tree
Showing 12 changed files with 513 additions and 248 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = transcript_transformer
name = transcript-transformer
version = 0.8.0
author = Jim Clauwaert
description = Transformers for Transcripts
long_description = file: README.md
Expand Down Expand Up @@ -27,11 +28,11 @@ install_requires =
fasta-reader == 3.0.2
polars == 0.20.19
tqdm == 4.66.2
gtfparse >= 2.0.1
gtfparse_transcript_transformer == 2.0.3
pyfaidx == 0.8.1.1

[options.entry_points]
console_scripts =
transcript_transformer = transcript_transformer.transcript_transformer:main
riboformer = transcript_transformer.riboformer:main
ribotie = transcript_transformer.ribotie:main
tis_transformer = transcript_transformer.tis_transformer:main
Loading

0 comments on commit 878a398

Please sign in to comment.