From 3bd1f03579b662b0b0bc9c266ae92f457258727c Mon Sep 17 00:00:00 2001
From: Niels Schlusser <niels.schlusser@unibas.ch>
Date: Fri, 16 Aug 2024 15:34:49 +0200
Subject: [PATCH] Typesetting corrections README 3

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4412bae..42063dd 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ There are a few parameters to specify in the middle of the script:
 
 All these scripts can be run in
 1. normal mode (training and testing)
-2. with the suffix 'predict' after '''python3 <scriptname>''' for prediction and scatterplot creation, only
+2. with the suffix 'predict' after ```python3 <scriptname>``` for prediction and scatterplot creation, only
 3. with the suffic 'train' for training, only
 
 ### Supplementary scripts
@@ -104,10 +104,10 @@ For the end-to-end prediction, just the input sequences (UTR and CDS), and, if n
 
 ## Installation
 Clone the github repository and move to the new folder with
-'''
+```
 git clone https://git.scicore.unibas.ch/zavolan_group/data_analysis/predicting-translation-initiation-efficiency.git
 cd predicting-translation-initiation-efficiency
-'''
+```
 Setting up a conda environment for tensorflow is highly non-trivial and hardware-specific, especially if you want GPU acceleration. For installation help, refer to [this site](https://www.geeksforgeeks.org/how-to-install-tensorflow-in-anaconda/) and others.
 On top of tensorflow, the conda environment for preprocessing requires some additional packages specified in the requirements.txt file.
 
-- 
GitLab