This example project is inspired by and derived from work by Software Carpentry licensed under the Creative Commons Attribution license (CC BY4.0).
These programs will count words in a given text, plot a bar chart of the 10 most common words, and test Zipf's law on the two most common words.
- Python
- numpy
- matplotlib
- Make
- Snakemake
- (optional) Docker
- Clone the repository
- Run make and/or snakemake
- Results will be generated in
plots/
sub-folder and theresults.txt
file