This repository provides the default structure for projects in the Luque Lab.
The template was originally concived by Antoni Luque based on recommendations from Noble PLoS Comp Biol 2009, Wilson et al PLoS Comp Biol 2017, and Briney "Data Management for Researchers" (2015), Hunt and Thomas "The Pragmatic Programmer: Your Journey to Mastery" (2019 2nd ed).
This is an evolving repository Started: 2021-05-10
End: ...
FOLDER: /bin --> This folder contains basic scripts and executable files.
FOLDER: /conda --> This folder contains necessary scripts for deploying a conda package.
FOLDER: /data --> This folder contains the raw data associated with the project and the potential references.
FOLDER: /docs --> This folder contains the manuscript, digital copies of the cited references, figures, and other associated files for publication.
FOLDER: /results --> This folder contains the results, performance analysis, and commented references associated with the project.
FOLDER: /src --> This folder contains source code files that require compilation.
The syntax of markdown files (.md) is CommonMark unless specified otherwise (https://commonmark.org/help/)