Skip to content

Commit

Permalink
added modules calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Dec 12, 2024
1 parent 50e839e commit feae830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ run_star = "ensembl.tools.anno.transcriptomic_annotation.star:main"
run_minimap2 = "ensembl.tools.anno.transcriptomic_annotation.minimap:main"
run_stringtie = "ensembl.tools.anno.transcriptomic_annotation.stringtie:main"
run_scallop = "ensembl.tools.anno.transcriptomic_annotation.scallop:main"
run_rnasamba = "ensembl.tools.anno.finalise_geneset.rnasamba:main"
run_cpc2 = "ensembl.tools.anno.finalise_geneset.cpc2:main"
run_diamond = "ensembl.tools.anno.finalise_geneset.diamond:main"
run_finalise_geneset = "ensembl.tools.anno.finalise_geneset.finalise_geneset:main"
load_results_to_ensembl_db = "ensembl.tools.anno.load_results_to_ensembl_db:main"
# This is configuration specific to the `setuptools` build backend.
# If you are using a different build backend, you will need to change this.
[tool.setuptools]
Expand Down

0 comments on commit feae830

Please sign in to comment.