Skip to content

jpbida/MiSeq_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

####################################################################################################
###                                    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