# HG changeset patch
# User bimib
# Date 1550048481 18000
# Node ID 7c76e8e319c2901bf186af6af0dbe3a3b0afccad
# Parent 68a5f2db55b9ea51f67009c52d38f43d9fa6e2e5
fix cluster file and help section
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/local/Recon_rules.p
Binary file Marea/local/Recon_rules.p has changed
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/marea.py
--- a/Marea/marea.py Thu Nov 15 07:36:28 2018 -0500
+++ b/Marea/marea.py Wed Feb 13 04:01:21 2019 -0500
@@ -456,7 +456,7 @@
elif l[0] == 'or':
flag = False
break
- if flag == True: #se ci sono solo AND nella lista
+ if flag == True: #when there are only AND in list
tmp.extend(tmpAnd)
elif flag == False:
tmp.append(tmpAnd)
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/marea.xml
--- a/Marea/marea.xml Thu Nov 15 07:36:28 2018 -0500
+++ b/Marea/marea.xml Wed Feb 13 04:01:21 2019 -0500
@@ -83,8 +83,8 @@
-
-
+
+
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/marea_cluster.py
--- a/Marea/marea_cluster.py Thu Nov 15 07:36:28 2018 -0500
+++ b/Marea/marea_cluster.py Wed Feb 13 04:01:21 2019 -0500
@@ -577,7 +577,12 @@
def main():
args = process_args(sys.argv)
if args.k_min > args.k_max:
- sys.exit('Execution aborted: max cluster > min cluster')
+ warning('k range boundaries inverted.')
+ tmp = args.k_min
+ args.k_min = args.k_max
+ args.k_max = tmp
+ else:
+ warning('k range correct.')
if args.rules_selector == 'HMRcore':
recon = pk.load(open(args.tool_dir + '/local/HMRcore_rules.p', 'rb'))
elif args.rules_selector == 'Recon':
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/marea_cluster.xml
diff -r 68a5f2db55b9 -r 7c76e8e319c2 Marea/marea_macros.xml
--- a/Marea/marea_macros.xml Thu Nov 15 07:36:28 2018 -0500
+++ b/Marea/marea_macros.xml Wed Feb 13 04:01:21 2019 -0500
@@ -66,7 +66,7 @@
-This tool is developed by the `BIMIB`_ at the `Department of Informatics, Systems and Communications`_ of `University of Milan - Bicocca`_. Development team: Irene Sala, Luca Rosato, Davide Maspero, Chiara Damiani.
+This tool is developed by the `BIMIB`_ at the `Department of Informatics, Systems and Communications`_ of `University of Milan - Bicocca`_.
.. _BIMIB: http://sito di bio.org
.. _Department of Informatics, Systems and Communications: http://www.disco.unimib.it/go/Home/English