From 85c7c015b0eae99f247ce5f6d71f15081d7c242a Mon Sep 17 00:00:00 2001
From: Jyothishree V <itsmejyoee@gmail.com>
Date: Thu, 16 Nov 2023 05:34:23 +0000
Subject: [PATCH] Update file software.html

---
 wiki/pages/software.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/wiki/pages/software.html b/wiki/pages/software.html
index 4cbf665..3f0c768 100644
--- a/wiki/pages/software.html
+++ b/wiki/pages/software.html
@@ -75,7 +75,8 @@
 
     <p>It searches for a specific DNA motif (RBS - Ribosome Binding Site) and identifies its position in both the forward and reverse directions. Additionally, it calculates the length of the flanking region and checks whether it falls within an ideal range.</p>
     <br>
-    <p>You can see our source code here:<a href="https://gitlab.igem.org/2023/software-tools/svce-chennai/-/blob/main/SeqPredict.py?ref_type=heads">SeqPredict</a></p>
+    <p>[You can see our source code here: <a href="https://gitlab.igem.org/2023/software-tools/svce-chennai/-/blob/main/SeqPredict.py?ref_type=heads">SeqPredict]</a></p>
+    <br>
     <p>Here's a step-by-step protocol to use and get the output from this code:</p>
     <p>1. Install Required Libraries:</p>
     <p>Ensure that you have the necessary libraries installed. You need to have Tkinter, Biopython, and Bio installed. You can install them using pip if they are not already installed.</p>
@@ -157,7 +158,7 @@
     <p>“PromoterStrengthPredict”, a tool developed by our alumni of the SVCE-CHENNAI 2017 team, adapts a machine learning approach to predict the strength of Sigma 70 promoters in E. coli, thus streamlining and enhancing promoter selection for the iGEM projects. We developed an upgraded version of this software, “PromoterStrengthPredict 2.0”, which involves finding the RBS strength when the sequence is given as the input. The output will be a 2-D plot between the RBS sequence score (X-axis) and the RBS strength value (Y-axis). 
        <br>
        <br>
-       You can see our source code here:<a href="https://gitlab.igem.org/2023/software-tools/svce-chennai/-/blob/main/PromoterStrengthPredictor_2.0.py?ref_type=heads">PromoterStrengthPredictor 2.0</a>
+       <p>[You can see our source code here: <a href="https://gitlab.igem.org/2023/software-tools/svce-chennai/-/blob/main/PromoterStrengthPredictor_2.0.py?ref_type=heads"> PromoterStrengthPredictor 2.0]</a></p>
        <br>
        Here's a step-by-step protocol to use and get the output from this code:
        <br>
-- 
GitLab