amplab / snap

Scalable Nucleotide Alignment Program -- a fast and accurate read aligner for high-throughput sequencing data
https://www.microsoft.com/en-us/research/project/snap/
Apache License 2.0
287 stars 66 forks source link

Further development? #77

Closed sklages closed 7 years ago

sklages commented 8 years ago

I am looking for a bwa-mem alternative for aligning human/mouse WGS/WES data. Is there any active development of snap going on? Master branch seems quite outdated. Are there publications available using snap as "main read mapper" in their projects?

best, Sven

bolosky commented 7 years ago

Yes, we’re still working on SNAP some. I had an intern working on extending it to map 10x reads, for instance (though that isn’t done yet).

I’ve got plans to do more work on it to add things like split read mapping and to do things like auto-calibrating the distance between paired-end reads, though I’m not sure when that will be finished.

And yes, it’s probably time to update master to what’s in dev before we go adding more features.

From: sklages [mailto:notifications@github.com] Sent: Friday, September 16, 2016 4:47 AM To: amplab/snap snap@noreply.github.com Subject: [amplab/snap] Further development? (#77)

I am looking for a bwa-mem alternative for aligning human/mouse WGS/WES data. Is there any active development of snap going on? Master branch seems quite outdated. Are there publications available using snap as "main read mapper" in their projects?

best, Sven

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2famplab%2fsnap%2fissues%2f77&data=02%7c01%7cbolosky%40microsoft.com%7c0cd24b40ebde4dba184d08d3de272505%7c72f988bf86f141af91ab2d7cd011db47%7c1%7c0%7c636096232109730541&sdata=qrWEsxq4%2fNvgdaZwlCSlmGN11oVWV2KkzEmVujb2i7s%3d, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fnotifications%2funsubscribe-auth%2fAA752W1QpPPnfs5KZMrZ2tKi_DahPX2Dks5qqoGpgaJpZM4J-204&data=02%7c01%7cbolosky%40microsoft.com%7c0cd24b40ebde4dba184d08d3de272505%7c72f988bf86f141af91ab2d7cd011db47%7c1%7c0%7c636096232109740541&sdata=RB4qvTf%2bpXCcd%2bV7BzYq6im4fW2ZKiUma1i3wPfYLUk%3d.

sklages commented 7 years ago

OK, thanks for the info.