-
Notifications
You must be signed in to change notification settings - Fork 0
jpbida/MiSeq_Scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
About
MiSeq Scripts
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published