# HG changeset patch # User nanettec # Date 1458289413 14400 # Node ID 945f8f1d1f79b470e484b409edcad9372ef57323 # Parent b8016729f2b7b9d8e4c1debe5807b468454bb70d Uploaded diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/._.DS_Store Binary file hotspots/._.DS_Store has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/._hotspots.py Binary file hotspots/._hotspots.py has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/._hotspots.xml Binary file hotspots/._hotspots.xml has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/._readme.txt Binary file hotspots/._readme.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/._threshold_chisq.txt Binary file hotspots/._threshold_chisq.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/hotspots.py --- a/hotspots/hotspots.py Wed Mar 16 10:01:52 2016 -0400 +++ b/hotspots/hotspots.py Fri Mar 18 04:23:33 2016 -0400 @@ -119,7 +119,7 @@ # create R script => save in temp directory # generate new header - #new_script = open(tempdir+"/new_script.r","w") + new_script = open(tempdir+"/new_script.r","w") header = "setwd(\"%s\")" %tempdir new_script.write(header+"\n") # add script body diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/._.DS_Store Binary file hotspots/test-data/._.DS_Store has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._.DS_Store Binary file hotspots/test-data/input/._.DS_Store has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._all_classification_test.txt Binary file hotspots/test-data/input/._all_classification_test.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._cis_classification_test.txt Binary file hotspots/test-data/input/._cis_classification_test.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._frequency.txt Binary file hotspots/test-data/input/._frequency.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._frequency_summary.txt Binary file hotspots/test-data/input/._frequency_summary.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._sliding_frequency.txt Binary file hotspots/test-data/input/._sliding_frequency.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._sliding_lookup.txt Binary file hotspots/test-data/input/._sliding_lookup.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/input/._trans_classification_test.txt Binary file hotspots/test-data/input/._trans_classification_test.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._.DS_Store Binary file hotspots/test-data/output/._.DS_Store has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._Rplots.zip Binary file hotspots/test-data/output/._Rplots.zip has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._all_eQTL_lists.txt Binary file hotspots/test-data/output/._all_eQTL_lists.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._all_hotspots_out.txt Binary file hotspots/test-data/output/._all_hotspots_out.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._cis_eQTL_lists.txt Binary file hotspots/test-data/output/._cis_eQTL_lists.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._cis_hotspots_out.txt Binary file hotspots/test-data/output/._cis_hotspots_out.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._full_summary.txt Binary file hotspots/test-data/output/._full_summary.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._trans_eQTL_lists.txt Binary file hotspots/test-data/output/._trans_eQTL_lists.txt has changed diff -r b8016729f2b7 -r 945f8f1d1f79 hotspots/test-data/output/._trans_hotspots_out.txt Binary file hotspots/test-data/output/._trans_hotspots_out.txt has changed