Skip to content

Commit

Permalink
Fixing legacy .R script endings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 20, 2023
1 parent d04ae45 commit 0edfc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circtools/primex/primex.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def run_module(self):
exit(-1)

# need to define path top R wrapper
primer_script = 'circtools_primex_wrapper.R'
primer_script = 'circtools_primex_wrapper'

# ------------------------------------ run script and check output -----------------------

Expand Down Expand Up @@ -468,7 +468,7 @@ def run_module(self):
data_store.write(primex_data_with_blast_results)

# need to define path top R wrapper
primer_script = 'circtools_primex_formatter.R'
primer_script = 'circtools_primex_formatter'

# ------------------------------------ run script and check output -----------------------

Expand Down

0 comments on commit 0edfc65

Please sign in to comment.