Browse code

Added isntrution

fortinj2 authored on 22/07/2022 18:31:05
Showing 1 changed files

... ...
@@ -4,7 +4,19 @@
4 4
 # - viennarna/bin/RNAplfold
5 5
 # - RNAhybrid/bin/RNAhybrid
6 6
 
7
-# For RNAhybrid, I compiled the code from source using 
7
+# For RNAhybrid, I downloaded the source code from
8
+# https://bibiserv.cebitec.uni-bielefeld.de/rnahybrid/
9
+#
10
+# I unzipped the folder, entered the folder, and compiled the code from source using 
8 11
 # ./configure --prefix=/gstore/data/omni/crispr/programs/RNAhybrid-2.1.2
9 12
 # make
10 13
 # make install
14
+
15
+
16
+# For ViennaRNA, I downlaoded the source code from their website
17
+# https://www.tbi.univie.ac.at/RNA/
18
+
19
+# I unzipped the folder, entered the folder, and compiled the code from source using 
20
+# ./configure --prefix=/gstore/data/omni/crispr/programs/ViennaRNA-2.4.9 --without-gsl
21
+# make
22
+# make install