changeset 2:945f8f1d1f79 draft

Uploaded
author nanettec
date Fri, 18 Mar 2016 04:23:33 -0400
parents b8016729f2b7
children 70b2cd3ce792
files hotspots/._.DS_Store hotspots/._hotspots.py hotspots/._hotspots.xml hotspots/._readme.txt hotspots/._threshold_chisq.txt hotspots/hotspots.py hotspots/test-data/._.DS_Store hotspots/test-data/input/._.DS_Store hotspots/test-data/input/._all_classification_test.txt hotspots/test-data/input/._cis_classification_test.txt hotspots/test-data/input/._frequency.txt hotspots/test-data/input/._frequency_summary.txt hotspots/test-data/input/._sliding_frequency.txt hotspots/test-data/input/._sliding_lookup.txt hotspots/test-data/input/._trans_classification_test.txt hotspots/test-data/output/._.DS_Store hotspots/test-data/output/._Rplots.zip hotspots/test-data/output/._all_eQTL_lists.txt hotspots/test-data/output/._all_hotspots_out.txt hotspots/test-data/output/._cis_eQTL_lists.txt hotspots/test-data/output/._cis_hotspots_out.txt hotspots/test-data/output/._full_summary.txt hotspots/test-data/output/._trans_eQTL_lists.txt hotspots/test-data/output/._trans_hotspots_out.txt
diffstat 24 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file hotspots/._.DS_Store has changed
Binary file hotspots/._hotspots.py has changed
Binary file hotspots/._hotspots.xml has changed
Binary file hotspots/._readme.txt has changed
Binary file hotspots/._threshold_chisq.txt has changed
--- 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
Binary file hotspots/test-data/._.DS_Store has changed
Binary file hotspots/test-data/input/._.DS_Store has changed
Binary file hotspots/test-data/input/._all_classification_test.txt has changed
Binary file hotspots/test-data/input/._cis_classification_test.txt has changed
Binary file hotspots/test-data/input/._frequency.txt has changed
Binary file hotspots/test-data/input/._frequency_summary.txt has changed
Binary file hotspots/test-data/input/._sliding_frequency.txt has changed
Binary file hotspots/test-data/input/._sliding_lookup.txt has changed
Binary file hotspots/test-data/input/._trans_classification_test.txt has changed
Binary file hotspots/test-data/output/._.DS_Store has changed
Binary file hotspots/test-data/output/._Rplots.zip has changed
Binary file hotspots/test-data/output/._all_eQTL_lists.txt has changed
Binary file hotspots/test-data/output/._all_hotspots_out.txt has changed
Binary file hotspots/test-data/output/._cis_eQTL_lists.txt has changed
Binary file hotspots/test-data/output/._cis_hotspots_out.txt has changed
Binary file hotspots/test-data/output/._full_summary.txt has changed
Binary file hotspots/test-data/output/._trans_eQTL_lists.txt has changed
Binary file hotspots/test-data/output/._trans_hotspots_out.txt has changed