Originally posted by kmcarr
View Post
Therefore, Ray will no longer try to match the key sequence. Instead, it will *simply* load all sequences in the SFF file and trim them using the clipping values therein.
See http://github.com/sebhtml/ray/commit/15826e290f1
Originally posted by SES
View Post
Is there a software tool from 454 that allows one to change header information in a SFF file ?
There is also this thing called flower (the code is pretty awesome by the way -- it is in Haskell)
Blog post: http://blog.malde.org/index.php/flower/
Source code: http://malde.org/~ketil/biohaskell/flower/
Also, the Ray git tree is now on github.
Furthermore, Ray can now handle arbitrary large k-mers.
I am presently running some integration and unit tests on Ray v1.6.0-rc2.
You can download the latest development version of Ray with the following command *provided* that you have git.
Code:
git clone git://github.com/sebhtml/ray.git
Code:
git clone git://github.com/sebhtml/ray.git cd ray make MAXKMERLENGTH=64 PREFIX=ray-git-master-kmax=64 make install mpirun -np 128 ray-git-master-kmax=64/Ray -k 55 \ -p ABCD_1.fastq ABCD_2.fastq -o DeadlyBug,k=55
)
)
Leave a comment: