Live data from Hacker News

Viewing profile — vineetg

vineetg

HN member
Joined
Tue, Jul 03, 2012, 7:58 AM UTC
HN karma
14
Public activity
14 items

About vineetg

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #19100610

    Original author here. Thanks for the kind words! We would love open source some of the work we did - there are a few edge cases to still work out with deprecated_column and renamed…

  4. comment
    Comment #16300319

    Original author here. You're right - conceptually the CRISPR search problem and DNA sequence alignment are related. In both, you're looking for place where two (or more) sequences …

  5. comment
    Comment #10284622

    I briefly mentioned it in the "New Infrastructure" section, but we're doing the splitting and combining of results on our web servers.

  6. comment
    Comment #10284610

    We're getting around 100ms connection times. We're using the Node aws-sdk to get things from S3: s3.getObject({Bucket, Key})

  7. comment
    Comment #10281067

    EBS costs are actually fairly small ($9 a month per instance for 90GB). More than 95% of our costs were just paying for the EC2 servers.

  8. comment
    Comment #9939951

    We actually do this in our "expensive" check. The reason that we use the 2 arrays is because in 2 array lookups, we can check for matches for all 200 guides. I probably could've ma…

  9. comment
    Comment #9938804

    A lot of these are actually pretty easy to spot with tools like gcov. To determine false positives, we can just look at how many times each "if" statement was hit, and compare thos…

  10. comment
    Comment #9938738

    Thanks for bringing up all of these alternatives. We definitely would have preferred to use an existing solution to building our own. Unfortunately, a lot of the existing software …

  11. comment
    Comment #9937888

    We messed around with bowtie - it seems like most of these are optimized for the number of alignments being small (i.e. close to 1). Unfortunately, the number of matches for a 20 b…

  12. comment
    Comment #9937805

    I left PAM sites out of the blog post (it's actually mentioned briefly in the footnotes), as it made the problem slightly more complicated. The final algorithm actually keeps track…

  13. comment
    Comment #9937632

    (Author of the blog post here) We use the scoring function published by Hsu et al[1], which most scientists seem to be using. This function takes into account both the number of mi…

  14. story