Entering edit mode
8.1 years ago
inred9
▴
20
i'm trying to use adam to speedup the alignment & mapping process of fastq sequence data?
currently we are using bwa to do that ,which is very very slow.
is there an Mappers/aligners working on adam sequencing data to speed up the alignment?
Who is Adam? Does he have a Facebook page or any other info? :)
RTFB! (Read The Fucking Bible)
ADAM is a genomics analysis platform with specialized file formats designed to scale well to large datasets. it can Convert fastq/sam/bam to adam format or vise versa
https://github.com/bigdatagenomics/adam
Wow, a whole huge suite of tools i've never seen before! Awesome! I should read up on this... thanks inred9 and WorcesterShireSaucer ;-) :)
When you say "slow", is it because the alignment itself is slow, or because conversion to fastq is slow? If it is former, use SNAP; if latter, you should stream fastq to the mapper – most mainstream mappers can read fastq from stdin – instead of writing the actual fastq to disk.
snap is in beta version, but I'll give it try and check the difference