From 0425339cd0e9fd9bb76fbab3c394e1668be67358 Mon Sep 17 00:00:00 2001 From: Peter Vegh Date: Fri, 9 Oct 2020 23:54:55 +0100 Subject: [PATCH] CI and coverage badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f454cee..458754d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ # Polymera +[![Build Status](https://travis-ci.org/Edinburgh-Genome-Foundry/Polymera.svg?branch=main)](https://travis-ci.org/Edinburgh-Genome-Foundry/Polymera) +[![Coverage Status](https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/Polymera/badge.svg?branch=main)](https://coveralls.io/github/Edinburgh-Genome-Foundry/Polymera?branch=main) + **Work in progress!** Polymera is a Python package for representing *ambiguous sequences.* An ambiguous sequence has a number of possible letters (symbols, elements) at each position. Additionally, Polymera can model sequences written with *complement alphabets.* Each letter of a complement alphabet can form a pair with specific letters, their *complements.*