Skip to content

Commit 1b214ee

Browse files
authored
Merge pull request #10 from COMBINE-lab/develop
Develop
2 parents 0b49e4e + eea6a44 commit 1b214ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyroe
3-
version = 0.6.3
3+
version = 0.6.4
44
author = Dongze He, Rob Patro
55
66
description = utilities of alevin-fry

src/pyroe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"
22

33
from pyroe.load_fry import load_fry
44
from pyroe.make_splici_txome import make_splici_txome

src/pyroe/make_splici_txome.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def check_bedtools_version(bt_check_path):
400400
filename_prefix = filename_prefix + "_fl" + str(flank_length)
401401
out_fa = os.path.join(output_dir, filename_prefix + ".fa")
402402
out_t2g3col = os.path.join(output_dir, filename_prefix + "_t2g_3col.tsv")
403-
id2name_path = os.path.join(output_dir, "gene_name_to_id.tsv")
403+
id2name_path = os.path.join(output_dir, "gene_id_to_name.tsv")
404404

405405
# load gtf
406406
try:

0 commit comments

Comments
 (0)