diff --git a/ROSE2_META.py b/ROSE2_META.py index 5f25376..1faf218 100755 --- a/ROSE2_META.py +++ b/ROSE2_META.py @@ -748,9 +748,10 @@ def main(): cmd = "python %sROSE2_geneMapper.py -g %s -i %s%s -f" % (pipeline_dir,genome, outFolder, superStretchTableFile) os.system(cmd) - - - + allEnhancersTableFile = "%s_AllEnhancers.table.txt" % (inputName) + cmd = "python %sROSE2_geneMapper.py -g %s -i %s%s -f" % (pipeline_dir, genome, outFolder, allEnhancersTableFile) + print(cmd) + os.system(cmd) if __name__ == "__main__": main() diff --git a/pipeline_dfci.py b/pipeline_dfci.py index ce34dae..e75c21d 100755 --- a/pipeline_dfci.py +++ b/pipeline_dfci.py @@ -5585,10 +5585,10 @@ def wrapGSEA(gctPath,clsPath,sample_1,sample_2,analysis_name,output_folder,metri IF YOU GET A STRANGE ERROR, MAKE SURE THE GENES IN YOUR GCT FILE ARE CAPITALIZED. ''' - if gmxPath='': + if gmxPath=='': #default curated gene set gmxPath='/storage/cylin/grail/annotations/gsea/c2.all.v5.1.symbols.gmt' - if gseaPath='': + if gseaPath=='': #default gsea version gseaPath = '/storage/cylin/home/cl6/gsea2-3.0_beta_2.jar'