diff options
| author | Pjotr Prins | 2026-03-28 10:22:06 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-28 10:22:06 +0100 |
| commit | 8cd401822ac547f464f40009bea2eba91410e53c (patch) | |
| tree | 515103df4bfa233baceeb0639ac1208f3523f369 | |
| parent | ae1815a476d341abfc913bf5d8d6b7476c219b75 (diff) | |
| download | genecup-8cd401822ac547f464f40009bea2eba91410e53c.tar.gz | |
Add remark on unused files
| -rwxr-xr-x | more_functions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/more_functions.py b/more_functions.py index 8421ca6..26bd5ff 100755 --- a/more_functions.py +++ b/more_functions.py @@ -141,12 +141,13 @@ def generate_edges_json(data, filename): return(edges_json0) def searchArchived(sets, query, filetype,sents, path_user): + # NOTE: dataFile, filetype, and initial nodes assignment are unused if sets=='topGene': dataFile="topGene_addiction_sentences.tab" nodes= "{ data: { id: '" + query + "', nodecolor: '" + "#2471A3" + "', fontweight:700, url:'/progress?query="+query+"' } },\n" elif sets=='GWAS': dataFile="gwas_addiction.tab" - nodes=str() + nodes=str() pmid_list=[] catCnt={} sn_file = '' |
