diff options
author | Hao Chen | 2020-03-14 17:17:57 -0500 |
---|---|---|
committer | Hao Chen | 2020-03-14 17:17:57 -0500 |
commit | 1b516ee692248f4cd75570d9750b14f78554b41f (patch) | |
tree | 4cf2c757c0e2f13c1a662f0e4ae4fed70603be33 /ratspub.py | |
parent | 393dbb806714556327d641915fa4fa9ae97bad54 (diff) | |
download | genecup-1b516ee692248f4cd75570d9750b14f78554b41f.tar.gz |
fix couple of lines only used when debug
Diffstat (limited to 'ratspub.py')
-rwxr-xr-x | ratspub.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -161,9 +161,7 @@ nj5=generate_nodes_json(psychiatric_d, 'psychiatric') nj6=generate_nodes_json(psychiatric_d, 'GWAS') -pubmed_path="~/Dropbox/ChenLab/Hakan/RatsPub/PubMed/Archive" -''' host= os.popen('hostname').read().strip() if host=="x1": pubmed_path="/run/media/hao/PubMed/Archive/" @@ -171,4 +169,5 @@ elif host=="hchen3": pubmed_path="/media/hao/2d554499-6c5b-462d-85f3-5c49b25f4ac8/PubMed/Archive" elif host=="penguin2": pubmed_path="/export2/PubMed/Archive" -'''
\ No newline at end of file +elif host=="hchen": + pubmed_path="~/Dropbox/ChenLab/Hakan/RatsPub/PubMed/Archive" |