https://github.com/connectome-neuprint/neuprint-utilities
Utility programs for NeuPrint
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
Repository
Utility programs for NeuPrint
Basic Info
- Host: GitHub
- Owner: connectome-neuprint
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Size: 88.9 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 7 years ago
· Last pushed 11 months ago
Metadata Files
Readme
License
README.md
neuprint-utilities 
Summary
Utility programs for NeuPrint
Create docker container for sync-neuprint
docker build -t sync_neuprint:1.0 .
Running sync-neuprint with docker
Create a file named .env that contains NEUPRINTAPPLICATIONCREDENTIALS environment variable
docker run -it --env-file .env sync_neuprint \
python /app/scripts/sync_neuprint_mongo.py --v --manifold dev --neuprint pre --debug
For more information, see the Wiki
Owner
- Name: NeuPrint
- Login: connectome-neuprint
- Kind: organization
- Email: neuprint@janelia.hhmi.org
- Repositories: 19
- Profile: https://github.com/connectome-neuprint
GitHub Events
Total
- Delete event: 1
- Push event: 5
- Pull request event: 2
- Create event: 1
Last Year
- Delete event: 1
- Push event: 5
- Pull request event: 2
- Create event: 1
Dependencies
bin/requirements.txt
pypi
- colorlog >=3.1.4
- kafka >=1.3.5
- neuprint-python *
- pymongo =3.12.0
- requests >=2.19.1
- tqdm =4.62.1
Dockerfile
docker
- centos 8 build