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

Cleaning up doc #3

Merged
merged 1 commit into from
Oct 17, 2016
Merged
Changes from all commits
Commits
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
18 changes: 17 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,44 @@ Code Structure
--------------

Main function of taskserver program (client interface and scheduler)
```
src/tes-server/

```

Main function of worker program
```
src/tes-worker/
```

Code related to the worker, include file mapper, local and swift file system clients, docker interfaces and worker thread manager
```
src/tes/worker/
```

The compiled copy of the Task Execution Schema protobuf
```
src/tes/ga4gh
```

BoltDB based implementation of the TES api as well as the scheduler API.
```
src/tes/server
```

The compiled copy of the scheduler API protobuf
```
src/tes/server/proto/
```

Python driven unit/conformance tests
```
tests
```

HTML and angular app for web view
```
share
```


Rebuilding Proto code
Expand Down