Skip to content

me623/python-intermediate-inflammation-1

 
 

Repository files navigation

Introduction

This is a template software project repository used by the Intermediate Research Software Development Skills In Python.

Purpose

This repository is intended to be used as a code template which is copied by learners at Intermediate Research Software Development Skills In Python workshops. This can be done using the Use this template button towards the top right of this repo's GitHub page.

This software project is not finished, is currently failing to run and contains some code style issues. It is used as a starting point for the course - issues will be fixed and code will be added in a number of places during the course by learners in their own copies of the repository, as course topics are introduced.

Tests

Several tests have been implemented already, some of which are currently failing. These failing tests set out the requirements for the additional code to be implemented during the workshop.

The tests should be run using pytest, which will be introduced during the workshop.

Inflam

Inflam is a data management system written in Python that manages trial data used in clinnical inflammation studies.

Main features

Here are some key features of Inflam: Provide basic statistical analysis Ability to work on trail data in CSV format

Pre-requistes

Inflam requires the following Python packages:

  • NumPy
  • Matplotlib
  • Pytest
  • Pytest -cov

About

Used during software carpentry workshop

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%