Skip to content

Commit 2d22901

Browse files
committed
Add pipeline example
1 parent 1ef4806 commit 2d22901

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,32 @@ DataJoint for Python is a framework for scientific workflow management based on
1010
DataJoint was initially developed in 2009 by Dimitri Yatsenko in Andreas Tolias' Lab at Baylor College of Medicine for the distributed processing and management of large volumes of data streaming from regular experiments. Starting in 2011, DataJoint has been available as an open-source project adopted by other labs and improved through contributions from several developers.
1111
Presently, the primary developer of DataJoint open-source software is the company DataJoint (https://datajoint.com).
1212

13+
## Data Pipeline Example
14+
15+
![pipeline](https://raw.githubusercontent.com/datajoint/datajoint-python/main/images/pipeline.png)
16+
17+
[Yatsenko et al., bioRxiv 2021](https://doi.org/10.1101/2021.03.30.437358)
18+
19+
## Getting Started
20+
21+
- Install from PyPI
22+
23+
```bash
24+
pip install datajoint
25+
```
26+
1327
- [Getting Started](https://datajoint.com/docs/core/datajoint-python/latest/getting-started/)
28+
1429
- [DataJoint Tutorials](https://github.com/datajoint/datajoint-tutorials) - Interactive tutorials on GitHub Codespaces
30+
1531
- [DataJoint Elements](https://datajoint.com/docs/elements/) - Catalog of example pipelines for neuroscience experiments
1632

1733
- Contribute
1834
- [Development Environment](https://datajoint.com/docs/core/datajoint-python/latest/develop/)
35+
1936
- [Guidelines](https://datajoint.com/docs/community/contribute/)
2037

2138
- Legacy Resources (To be replaced by above)
2239
- [Documentation](https://docs.datajoint.org)
40+
2341
- [Tutorials](https://tutorials.datajoint.org)

docs/src/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The DataJoint API for Python is a framework for scientific workflow management b
55
DataJoint was initially developed in 2009 by Dimitri Yatsenko in Andreas Tolias' Lab at Baylor College of Medicine for the distributed processing and management of large volumes of data streaming from regular experiments. Starting in 2011, DataJoint has been available as an open-source project adopted by other labs and improved through contributions from several developers.
66
Presently, the primary developer of DataJoint open-source software is the company [DataJoint](https://datajoint.com){:target="_blank"}.
77

8+
## Data Pipeline Example
9+
10+
![pipeline](https://raw.githubusercontent.com/datajoint/datajoint-python/main/images/pipeline.png)
11+
12+
[Yatsenko et al., bioRxiv 2021](https://doi.org/10.1101/2021.03.30.437358)
13+
14+
## Getting Started
15+
16+
- Install from PyPI
17+
18+
```bash
19+
pip install datajoint
20+
```
21+
822
- [Getting Started](./getting-started)
923

1024
- [DataJoint Tutorials](https://github.com/datajoint/datajoint-tutorials){:target="_blank"} - Interactive tutorials on GitHub Codespaces

images/pipeline.jpg

68.4 KB
Loading

0 commit comments

Comments
 (0)