Skip to content

Commit 324d45c

Browse files
committed
Merge branch 'development'
2 parents a7009fb + fcc4b40 commit 324d45c

File tree

49 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1
-1
lines changed

spladder/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_filename(which, options, sample_idx=None):
100100
if which in ['fn_count_in', 'fn_count_out']:
101101
if options.spladderfile == '-':
102102
if options.merge == 'single':
103-
fname = os.path.join(options.outdir, 'spladder', 'genes_graph_conf%i.single.%s%s.pickle' % (options.confidence, options.samples[sample_idx], prune_tag))
103+
fname = os.path.join(options.outdir, 'spladder', 'genes_graph_conf%i.%s%s.pickle' % (options.confidence, options.samples[sample_idx], prune_tag))
104104
else:
105105
if (options.qmode == 'single' and which != 'fn_count_in') or (options.qmode == 'collect' and which == 'fn_count_in'):
106106
fname = os.path.join(options.outdir, 'spladder', 'genes_graph_conf%i.%s.%s%s%s.pickle' % (options.confidence, options.merge, options.samples[sample_idx], prune_tag, validate_tag))
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)