Skip to content

Commit 3575bd6

Browse files
committed
gets step dir right in elastic mode
1 parent 25a9ec2 commit 3575bd6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

releases/install_rail-rna-0.1.6

6 Bytes
Binary file not shown.

releases/install_rail-rna-0.2.0-devel

6 Bytes
Binary file not shown.

src/rna/driver/rna_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def rail_help_wrapper(prog):
123123
_elastic_bowtie2_exe = 'bowtie2'
124124
_elastic_bowtie1_build_exe = 'bowtie-build'
125125
_elastic_bowtie2_build_exe = 'bowtie2-build'
126-
_elastic_step_dir = '/usr/local/rail-rna/rna/steps'
126+
_elastic_step_dir = '/usr/local/raildotbio/rail-rna/rna/steps'
127127

128128
# Set basename of the transcript fragment index; can't settle on this
129129
_transcript_fragment_idx_basename = 'isofrags'

0 commit comments

Comments
 (0)