From e61c0fd7acf073d6883ded240b3e02780339ad98 Mon Sep 17 00:00:00 2001 From: "David A. Mancilla" <8723042+dmancilla85@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:43:25 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ae69e4..f2f8e96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # LoopMatcher (aka LASLO) v1.3.3 - README +[![CodeQL](https://github.com/dmancilla85/java-mvn-laslo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dmancilla85/java-mvn-laslo/actions/workflows/codeql-analysis.yml) +[![Java CI with Maven](https://github.com/dmancilla85/java-mvn-laslo/actions/workflows/maven.yml/badge.svg)](https://github.com/dmancilla85/java-mvn-laslo/actions/workflows/maven.yml) + ## Introduction Multi-threaded application that searches for hairpin structures in cDNA / mRNA sequences (FASTA or GenBank) with specific consensus sequences in the loop. It implements RNAfold to predict the structure of the sequence, and UShuffle to generate random sequences with conservation of the k-nucleotide frequency.