Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/export swc:- This aims to add a file which exports SWC file into neuroml. #407

Merged
merged 34 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c24a91b
Added ExportNML.py file to export SWC into NeuroML
AdityaBITMESRA Jul 18, 2024
d61a66b
removed example usage
AdityaBITMESRA Jul 18, 2024
8860733
removed unused variable
AdityaBITMESRA Jul 18, 2024
90de9ce
refactored the whole code
AdityaBITMESRA Jul 26, 2024
d12cd95
Merge branch 'development' of https://github.com/NeuroML/pyNeuroML in…
AdityaBITMESRA Jul 29, 2024
609dfaa
refactored for handling wrong node types
AdityaBITMESRA Jul 31, 2024
b845beb
added logger
AdityaBITMESRA Jul 31, 2024
6223b02
refactored the code with reference to using the neuroml library
AdityaBITMESRA Aug 5, 2024
7bd56db
removed unused imports
AdityaBITMESRA Aug 5, 2024
e1886b1
added SWCGraph and removed Segment.type
AdityaBITMESRA Aug 6, 2024
2da58d1
added __init__.py file
AdityaBITMESRA Aug 6, 2024
c617ef2
added unittest file
AdityaBITMESRA Aug 6, 2024
1bd17ce
removed absolute import
AdityaBITMESRA Aug 6, 2024
2112586
refactored to add component_factory
AdityaBITMESRA Aug 6, 2024
6e1a738
renmaed the test file
AdityaBITMESRA Aug 7, 2024
ca5c326
renmaed the test file
AdityaBITMESRA Aug 7, 2024
4dd5006
renmaed the test file
AdityaBITMESRA Aug 7, 2024
f46f933
added comments to provide more clarity
AdityaBITMESRA Aug 7, 2024
9fa84cc
removed component_factory
AdityaBITMESRA Aug 8, 2024
3a5a8cc
refactored the Export file
AdityaBITMESRA Aug 14, 2024
ab280ac
refactored the code for better segment formation
AdityaBITMESRA Aug 18, 2024
fcca73b
Delete pyneuroml/swc/dCH-cobalt.CNG.nml
AdityaBITMESRA Aug 18, 2024
38c24b0
refactore docstrings
AdityaBITMESRA Aug 18, 2024
e7dc36b
Merge branch 'feat/ExportSWC' of https://github.com/AdityaBITMESRA/py…
AdityaBITMESRA Aug 18, 2024
aa40ae5
refactored docstrings
AdityaBITMESRA Aug 18, 2024
34642ac
used relative imports
AdityaBITMESRA Aug 19, 2024
6d98ec2
removed the segment duplication error
AdityaBITMESRA Aug 20, 2024
ad92502
some changes
AdityaBITMESRA Aug 21, 2024
5bad25f
changes
AdityaBITMESRA Aug 21, 2024
89b5fd9
changes
AdityaBITMESRA Aug 21, 2024
1509d16
resolved the non-processing of non soma points error
AdityaBITMESRA Aug 21, 2024
b88b1a3
resolved the non-processing of non soma points error
AdityaBITMESRA Aug 21, 2024
d1d75f4
added detailed docstrings
AdityaBITMESRA Aug 22, 2024
7290dc9
refactored multipoint soma handling
AdityaBITMESRA Aug 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading