Skip to content

Commit

Permalink
Fixing broken exon module symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Aug 3, 2018
1 parent 1aec4d0 commit 6ff6ddc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circtools/circtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os.path

# global settings
version = "1.1.0.5"
version = "1.1.0.6"
program_name = "circtools"


Expand Down
2 changes: 1 addition & 1 deletion circtools/exon_usage/exon_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run_module(self):
# ------------------------------------ need to call the correct R script here -----------------------

# need to define path top R wrapper
exon_script = 'circtools_exon'
exon_script = 'circtools_exon_wrapper.R'

# Variable number of args in a list
args = [
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.1.0.5',
version='1.1.0.6',

description='circtools - a circular RNA toolbox',
long_description=long_description,
Expand Down Expand Up @@ -206,7 +206,6 @@ def run(self):
'scripts/circtools',
'scripts/circtools_detect_write_skip_tracks.pl',
'scripts/circtools_enrich_visualization.R',
'scripts/circtools_exon',
'scripts/circtools_quickcheck_wrapper.R',
'scripts/circtools_reconstruct_visualization.R',
'scripts/circtools_primex_wrapper.R',
Expand Down

0 comments on commit 6ff6ddc

Please sign in to comment.