Skip to content

Commit

Permalink
Adding missing primex wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 20, 2023
1 parent 0edfc65 commit 2455a00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circtools/scripts/r_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ def circtools_primex_formatter():
return _run("Rscript " + base_path + "/scripts/circtools_primex_formatter.R")


def circtools_primex_wrapper():
return _run("Rscript " + base_path + "/scripts/circtools_primex_wrapper.R")


def circtools_quickcheck_wrapper():
return _run("Rscript " + base_path + "/scripts/circtools_quickcheck_wrapper.R")

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ console_scripts =
circtools_enrich_visualization = circtools.scripts.r_runner:circtools_enrich_visualization
circtools_exon_wrapper = circtools.scripts.r_runner:circtools_exon_wrapper
circtools_primex_formatter = circtools.scripts.r_runner:circtools_primex_formatter
circtools_quickcheck_formatter = circtools.scripts.r_runner:circtools_primex_wrapper
circtools_quickcheck_wrapper = circtools.scripts.r_runner:circtools_quickcheck_wrapper
circtools_reconstruct_visualization = circtools.scripts.r_runner:circtools_reconstruct_visualization
circtools_sirna_formatter = circtools.scripts.r_runner:circtools_sirna_formatter
Expand Down

0 comments on commit 2455a00

Please sign in to comment.