Skip to content

Commit

Permalink
Fix a problem in conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
iyhaoo committed May 19, 2021
1 parent 2f8893e commit 42bcb57
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 53 deletions.
2 changes: 0 additions & 2 deletions .idea/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/DISC.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/other.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion disc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
result_dir = "{}/result".format(FLAGS["out_dir"])
os.makedirs(result_dir, exist_ok=True)
makeLog = MakeLogClass("{}/log.tsv".format(FLAGS["out_dir"])).make
running_script_backup("{}/run_script".format(FLAGS["out_dir"]))
#running_script_backup("{}/run_script".format(FLAGS["out_dir"]))
if FLAGS["model_config_file"] is not None:
with open(FLAGS["model_config_file"], "r") as f:
FLAGS["model_config"] = json.load(f)
Expand Down
Binary file added dist/disc-1.1.6-py3-none-any.whl
Binary file not shown.
Binary file added dist/disc-1.1.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="disc",
version="1.1.2",
version="1.1.6",
author="Zhongshan Ophthalmic Centre (ZOC), Sun Yat-sen University (SYSU)",
author_email="904469382@qq.com",
description="A highly scalable and accurate inference of gene expression and structure for single-cell transcriptomes using semi-supervised deep learning.",
Expand Down

0 comments on commit 42bcb57

Please sign in to comment.