Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107464

python regex dna processing

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Subject python regex dna processing
Date Thu, 21 Apr 2016 15:27:27 -0400
Lines 10
Message-ID <mailman.26.1461266849.23626.python-list@python.org> (permalink)
References <CAPM-O+w8EY8ed3f1fCE2pdF77DXmLUuoScXDu+x21cFDuRt+NQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de AL/t+LS21SU+uo+MEf7usAgsUcXcZPF0Ic7ATA7KrZcw==
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.095
X-Spam-Evidence '*H*': 0.82; '*S*': 0.01; 'received:209.85.218': 0.10; 'url:blog': 0.10; 'subject:python': 0.14; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:name:python-list@python.org': 0.20; 'posted': 0.21; 'question': 0.27; 'message- id:@mail.gmail.com': 0.27; 'related': 0.32; 'useful': 0.33; 'received:google.com': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'software': 0.40; 'here.': 0.62; 'url:info': 0.71; 'hopes': 0.91; 'joel': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=N5lxd5gBxhWjkqb62vNbefRtjbneB4kUPYgvVXKphfM=; b=e+FN3v8S0OT29bYdtbNYLfdkdLyFcdsI6ZBKu25ByML1A6AmVfMBxPlWd15RoLCFrO eXLb1yCpEXenhYR+ylKDtyyOOL8nkwyjeB28LqH1ttKTbrv7n7PIzgiPr/fST6LQq6fD i/PYdAd1H558r1oFn2t2AVStrF3HR6xWa+CpeH175qt0Tk0stdMdMgqg3TDc+x+MlZzP Ii9fPEZM3rS6JzeYR9aqlo9WcEUgIiUs7/A76e9Nlh+XJDDZ8NltmQOVTgOfoE8qpQaq 3MA+JwIR94oMDFGf3t/LhgedLx3gmxqMuWuRt6jXKavk6aNuwtmsdUrnTlEaG4PK8Ch3 Eaiw==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=N5lxd5gBxhWjkqb62vNbefRtjbneB4kUPYgvVXKphfM=; b=QjmtJHqg0GKbFphA7XR54g9p0n7bRLB/pajCV02Jebd2kc3DvMGqfx1dTxlHI6wB91 7u3ZSpyvSpXAIs7E9Cc04nKZscl7YktoWjfTKZIhoTc72P9B7ruI4ABn7jyc1pN27M9P n4CXOBKidZsl2DF1ZJ6oa7rBv0cGTOqopZYouZzWr6geLZOmlPkkFKTg4gWkJMmQiAv5 S89t3PFFgjjy9BJWRmEHb+IpTxFbEZ32zcoyPWWKSh4bguWlUN/IXEyqeuz8aLsDt2Q5 StuHQ4cmT9IXQ+jmE6Fpc9AgGyQt23mG5vBIkrDNH8+lPhxBzIboTDmBg3Mmw11PIo3z /UZA==
X-Gm-Message-State AOPr4FViMGYFTwCLqHvwGn2t/1zRRe28lJIabhpYV/RGIIj0x4QU+LmeWfrflKBEb5PunXkIpN1yGJ8E6yKG9g==
X-Received by 10.157.1.207 with SMTP id e73mr7275593ote.35.1461266847281; Thu, 21 Apr 2016 12:27:27 -0700 (PDT)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <CAPM-O+w8EY8ed3f1fCE2pdF77DXmLUuoScXDu+x21cFDuRt+NQ@mail.gmail.com>
Xref csiph.com comp.lang.python:107464

Show key headers only | View raw


>From time to time there are DNA related question posted here.  I came
upon this in the hopes it may be useful to those who do that kind of
software

http://benchling.engineering/dna-regex-search/

-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

python regex dna processing Joel Goldstick <joel.goldstick@gmail.com> - 2016-04-21 15:27 -0400

csiph-web