https://github.com/biocypher/biotope
The repository for creating a command line integration for biocypher software components
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Repository
The repository for creating a command line integration for biocypher software components
Basic Info
- Host: GitHub
- Owner: biocypher
- License: mit
- Language: Python
- Default Branch: main
- Size: 1.9 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 9
- Releases: 0
Metadata Files
README.md
biotope
| | |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Package |
|
| Meta |
|
| Automation | |
CLI integration for BioCypher ecosystem packages
Status: early alpha, volatile, partly vibe-coded
Documentation here, may be incomplete.
Currently discussed here.
Metadata Management — Main Usage
The biotope CLI provides a unified interface for managing scientific datasets and metadata in the BioCypher ecosystem. It supports project initialization, data staging, metadata annotation, version control, and more.
Here we describe the metadata management functionality, the most mature aspect of the package.
Most other functionality is in prototype stage.
Typical Workflow
```bash
1. Initialize a new biotope project (with Git integration)
biotope init
2. Add local data files for annotation and tracking
biotope add data/raw/experiment.csv
Or add all new files in a folder recursively
biotope add -r data
Or download and stage remote files (will call add once finished)
biotope get https://example.com/data/experiment.csv
3. Check project status and staged files
biotope status
4. Create or complete metadata annotations
biotope annotate interactive --staged
Or complete incomplete annotations
biotope annotate interactive --incomplete
5. Commit metadata changes to version control
biotope commit -m "Add experiment dataset"
6. View project history
biotope log --oneline
7. Push or pull metadata to/from remote repositories
biotope push biotope pull
8. Verify data integrity
biotope check-data ```
Available Commands
biotope init– Initialize a new project with Git integration.biotope add– Stage local data files for annotation and version control.biotope get– Download and stage remote files for annotation.biotope status– Show the current status of your project and staged files.biotope annotate– Create, complete, or validate metadata using the Croissant ML schema.biotope commit– Commit metadata changes using Git.biotope log– View the commit history of your project.biotope push/biotope pull– Share metadata with remote repositories.biotope check-data– Verify data integrity using checksums.biotope build,biotope chat,biotope read,biotope view– Additional tools for building knowledge representations, chatting with your project, extracting information, and visual analysis.
For more details and advanced usage, see the full documentation.
Copyright
- Copyright © 2025 BioCypher Team.
- Free software distributed under the MIT License.
Owner
- Name: biocypher
- Login: biocypher
- Kind: organization
- Website: https://biocypher.org
- Repositories: 1
- Profile: https://github.com/biocypher
GitHub Events
Total
- Create event: 16
- Issues event: 5
- Release event: 11
- Delete event: 2
- Issue comment event: 10
- Member event: 2
- Push event: 57
- Pull request review comment event: 2
- Pull request review event: 5
- Pull request event: 11
- Fork event: 1
Last Year
- Create event: 16
- Issues event: 5
- Release event: 11
- Delete event: 2
- Issue comment event: 10
- Member event: 2
- Push event: 57
- Pull request review comment event: 2
- Pull request review event: 5
- Pull request event: 11
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| slobentanzer | s****r@g****m | 46 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 5
- Average time to close issues: 7 days
- Average time to close pull requests: 9 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.2
- Average comments per pull request: 2.4
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 5
- Average time to close issues: 7 days
- Average time to close pull requests: 9 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.2
- Average comments per pull request: 2.4
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- slobentanzer (4)
- heispv (1)
Pull Request Authors
- slobentanzer (4)
- heispv (1)