I2Cvb / prostate

Repository associated with our development for prostate cancer.
MIT License
7 stars 4 forks source link

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