An open API service indexing awesome lists of open source software.

https://github.com/I2Cvb/prostate

Repository associated with our development for prostate cancer.
https://github.com/I2Cvb/prostate

Last synced: 3 months ago
JSON representation

Repository associated with our development for prostate cancer.

Awesome Lists containing this project

README

          

Prostate cancer research
========================

Folder structure
----------------

```
.
|-- bin # Folder where the C++ binary will be created
|-- build # Folder that should be created to properly build the C++ tools
|-- cmake # Folder containing the cmake information to properly compiled
|-- data # Folder containing the data
|-- doc # Folder containing the documentation
|-- notebook # Folder containing notebooks with ideas
|-- pipeline # Folder with the different pipeline
|-- publications # Folder with the corresponding publications
|-- results # Folder with the results
|-- script # Folder containing the script which should call files of the pipeline
|-- src # Folder containing the source code developed for that application
|-- third-party # Folder containing the third-party application
|-- LICENSE.md # Licensing information
|-- README.md # This file
`-- CMakeLists.txt # File in order to build the C++ tools
````