From cf225a6e87f64a9b7f97fc349fdd8ea51be2f9ee Mon Sep 17 00:00:00 2001 From: "David A. Mancilla" <8723042+dmancilla85@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:03:22 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6c0ee4..1b11817 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LoopMatcher (aka LASLO) v1.2.2 - README +[![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. From 51201ff614eb4b810bf72ad293a04cdbb006d4d5 Mon Sep 17 00:00:00 2001 From: "David A. Mancilla" <8723042+dmancilla85@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:03:49 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b11817..54c62ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LoopMatcher (aka LASLO) v1.2.2 - README [![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) +[![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) ## Introduction