Skip to content

Commit

Permalink
Merge pull request #36 from pgleeson/main
Browse files Browse the repository at this point in the history
 Bump version to v0.2.3
  • Loading branch information
pgleeson authored Jan 23, 2025
2 parents 45cdd55 + f73656f commit 8d86adb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 14 additions & 4 deletions cect/Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion cect/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d86adb

Please sign in to comment.