From 456bc518ad6d6d4c59096fec732450cb16161fc0 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Wed, 8 Jan 2025 15:44:20 +0000 Subject: [PATCH 1/2] Tweak Analysis script --- cect/Analysis.py | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/cect/Analysis.py b/cect/Analysis.py index 4e6fd8045..eadbcfd71 100644 --- a/cect/Analysis.py +++ b/cect/Analysis.py @@ -6,24 +6,34 @@ def test_bilaterals(): from cect.White_whole import get_instance + # from cect.VarshneyDataReader import get_instance """ + from cect.Cook2020DataReader import get_instance + from cect.WormNeuroAtlasFuncReader import get_instance + from cect.RipollSanchezDataReader import get_instance + from cect.WitvlietDataReader1 import get_instance # 65 + from cect.WitvlietDataReader2 import get_instance # 70.85 + from cect.WitvlietDataReader3 import get_instance # 67.5 + from cect.WitvlietDataReader4 import get_instance # 78.27 + from cect.WitvlietDataReader5 import get_instance # 71.65 + from cect.WitvlietDataReader6 import get_instance # 71.31 + from cect.WitvlietDataReader7 import get_instance # 66.57 + from cect.WitvlietDataReader8 import get_instance # 69.70 + from cect.Cook2019MaleReader import get_instance from cect.Cook2019HermReader import get_instance - from cect.WitvlietDataReader1 import get_instance from cect.WitvlietDataReader8 import get_instance from cect.TestDataReader import get_instance from cect.SpreadsheetDataReader import get_instance - from cect.Cook2020DataReader import get_instance from cect.BrittinDataReader import get_instance from cect.WormNeuroAtlasMAReader import get_instance - from cect.WormNeuroAtlasFuncReader import get_instance from cect.RipollSanchezDataReader import get_instance from cect.ConnectomeView import PHARYNX_VIEW as view from cect.ConnectomeView import SOCIAL_VIEW as view from cect.ConnectomeView import NEURONS_VIEW as view from cect.ConnectomeView import RAW_VIEW as view""" - from cect.ConnectomeView import NONPHARYNGEAL_NEURONS_VIEW as view + from cect.ConnectomeView import NONPHARYNGEAL_NEURONS_HM_VIEW as view print( "NOTE: For the sake of this paper, we excluded the pharyngeal neurons from the connectome data for both genders due to their distinction from the somatic nervous system." From f73656f68f172b58a990255afa70696767bf8cbf Mon Sep 17 00:00:00 2001 From: pgleeson Date: Fri, 17 Jan 2025 17:41:40 +0000 Subject: [PATCH 2/2] Bump version to v0.2.3 --- .gitignore | 1 + cect/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf139a8b6..9767b870a 100644 --- a/.gitignore +++ b/.gitignore @@ -703,3 +703,4 @@ __pycache__ /docs/assets/Test_Nonpharyngeal_Electrical_graph.png /docs/assets/Test_Nonpharyngeal_Electrical_hiveplot.json /docs/assets/Test_Nonpharyngeal_Electrical_hiveplot.png +/dist diff --git a/cect/__init__.py b/cect/__init__.py index cdef37ecb..385234363 100755 --- a/cect/__init__.py +++ b/cect/__init__.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -__version__ = "0.2.2" +__version__ = "0.2.3" def print_(msg, print_it=True): # print_it=False when not verbose