资 源 简 介
A C++ implementation that utilizes Profile HMMs to identify and trim adapter sequences from raw cDNA data
Note that this is just a beta version.
This software only works on Linux and requires g++ 4.6 to run
To install the software, first unzip the file
gunzip SCRAP.tar.gztar -xf SCRAP.tar
And run make on the contents inside
To get your first test run working, run the following command
./SCRAP -i test.fa -a adapter.fa -o test.out