-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (23 loc) · 1.34 KB
/
README
File metadata and controls
32 lines (23 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
####################################################################################################
### makeAln.cpp ###
####################################################################################################
makeAln.cpp aligns pair-end reads from a shape-seq experiments with cDNA matching the following
sequence format
[RNA Sequence]-[Unique SeqID]-[Constant Seq]-[Experimental Id]
see an example of the generated outputs in the ./example/results directory
####################################################################################################
### Building the SeqAN library ###
####################################################################################################
The program makeAln.cpp was built using functions from the SeqAn library.
If you have trouble building seqAn, take a look at their website.
http://www.seqan.de/
####################################################################################################
### Compiling
####################################################################################################
cd cpp
mkdir -p build/Debug
cd build/Debug
cmake ../../cmake -DCMAKE_BUILDTYPE=Debug
### Example ###
cd ./example
./add.sh