File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ input_exp="./example_data/exp_hESC_hvg1000.csv"
44input_prior=" ./prior_data/network_human.zip"
55input_genesDE=" ./example_data/DE_hESC_hvg1000.csv"
66
7- python CEFCON.py --input_expData $input_exp --input_priorNet $input_prior --input_genesDE $input_genesDE --cuda 3 --repeats 3 --edge_threshold_param 8 --out_dir ./out_test
7+ cefcon --input_expData $input_exp --input_priorNet $input_prior --input_genesDE $input_genesDE --cuda 3 --repeats 3 --edge_threshold_param 8 --out_dir ./out_test
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def readme():
2020 entry_points = {
2121 "console_scripts" : ['cefcon = cefcon.CEFCON:main' ]
2222 },
23- python_requires = "==3.10 " , # >=3.10 is recommended
23+ python_requires = ">=3.8,<3.11 " , # >=3.10 is recommended
2424 install_requires = [
2525 'numpy' ,
2626 'scipy' ,
@@ -39,7 +39,7 @@ def readme():
3939 'seaborn' ,
4040 'biomart' ,
4141 #'r',
42- 'rpy2' ,
42+ 'rpy2<3.5.13 ' ,
4343 ],
4444 # package_dir={'cefcon':'cefcon'},
4545 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments