A python test for developers
Clone the repository locally and ideally install in a virtual environment:
# Clone the repo locally
git clone https://github.com/sanger-pathogens/fun
cd fun
# Create and activate a virtual environment
virtualenv venv
source venv/bin/activate
# Install fun
pip install .
# Run the tests
python setup.py nosetests
pip uninstall fun
The fun application reads fasta files and compute various statistics.
Since the application is under development, please see the online help:
fun.py -h
A test fasta file is available in the test_data
directory
Fun is free software, licensed under GPLv3.