CARVIEW |
davebridges
(Dave Bridges)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Dave Bridges
- Company
- University of Michigan
- Location
- Ann Arbor, MI
- Member Since
- Mar 16, 2009 (9 months)
Following 0 githubbers and watching 11 repositories view all →
Public Repositories (6)
-
mousedb
Django Based Database System for Experimental Subjects
Last updated Sat Dec 19 10:12:15 -0800 2009
-
biopython
Official git repository for Biopython (converted from CVS)
Forked from biopython/biopython Fri Dec 18 18:23:33 -0800 2009
Last updated Fri Dec 18 20:22:57 -0800 2009
-
rails
Ruby on Rails
Forked from rails/rails Sat Nov 14 17:34:56 -0800 2009
Last updated Fri Dec 18 18:41:14 -0800 2009
-
jquery
jQuery JavaScript Library
Forked from jquery/jquery Mon Nov 23 18:25:36 -0800 2009
Last updated Fri Dec 18 18:37:22 -0800 2009
-
biomolecule-scripts
This package contains scripts for use in Biochemistry and Molecular Biology. These scripts are p...
Last updated Sat Dec 12 11:47:56 -0800 2009
-
django-haystack
Modular search for Django.
Forked from toastdriven/django-haystack Wed Nov 18 18:24:40 -0800 2009
Last updated Sat Dec 12 08:29:08 -0800 2009
Public Activity 

-
davebridges committed 4086ec3c:
added timed_mating templates

-
davebridges committed 6562afd4:
typo in unit test

-
davebridges committed 88d0b68c:
added some test code for extinction coefficient

-
davebridges committed 17caf4eb:
Changed reference in docstring
-
davebridges committed 686aee84:
Added code to output two values, depending on whether disulfide bonds are present. Also added more details to the docstring

-
josh committed 33658ea1:
Don't use name prefix by itself unless as is an empty string
-
josh committed 3d91d7f0:
Routes added under resource collection should be prefixed with
-
josh committed 1fc58a88:
Fixed named prefix scope in resource member and collection actions
-
josh committed 0c34e3f4:
Ignore name_prefix unless there is an explicit name
-
josh committed 81d7227c:
Move base mapper methods into Base module so plugins can easily
-
josh committed e86a82c5:
Move name_prefix merging into Scoping concern
-
josh committed e600b41c:
Cleanup resource scoping by passing down the parent resource object
-
josh committed 5835447b:
named_prefix doesn't join with "_"
-
josh committed e8489b43:
Allow name_prefix to be pass into scope
-
josh committed 40ad54e3:
Allow scope to take :path and :controller options
-
josh committed 66375434:
Pass symbol in as route name when match is used with a symbol
-
josevalim committed 2ecfa817:
Responder redirects to resource if destroy fails.
-
josevalim committed 324fa688:
Make controller.flash public to be used in responders.
-
josh committed 48127c63:
Deprecate recalling generation params when the defaults are nil
-
jeremy committed 63e43595:
Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts
-
jeremy committed 071af66e:
Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts. Calling super gives us NameErrors.
-
jeremy committed adc21151:
Remove assert_raises usage that only test-unit 1 supports. Breaks minitest and test-unit 2.
-
josh committed 4663f75f:
Update rackmount to fix some pending tests
-
dasil003 committed 32395899:
Replace reset_counter_cache with reset_counters that has API inline with existing update_counters method
-
bmarini committed e55284e8:
Add support for Mysql column positioning via #add_column and #change_column
And 58 more commits...

-
dmethvin committed fe7e2fee:
Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks to Motty/Fudgey for the report and Jitter for the patch!
-
dmethvin committed b31b9bd7:
Add new html5 input types to list of serializable types. Older browers handle these as type="text" so they should be consistently serialized on both old and new browsers. Fixes #5667.
-
jeresig committed 6bc222e7:
Removed 'abbr' from self-closing tags list. Fixes #5167.
-
dmethvin committed d85d366f:
Default callbackContext to the $.extended ajax options for 1.3.2 compatibility, per #5654.
-
cowboy committed 04b92e78:
Reorganized param code slightly to once again define buildParams as a named function expression, as moving it outside the param closure would necessitate moving and rewriting the add function as well.
-
cowboy committed 927e1966:
Further modified jQuery 1.4 .param() method to serialize arrays containing non-scalar values. PHP and jQuery BBQ can both deserialize these structures, while rack (as of 1.0.0) cannot.
-
kswedberg committed aa81bb5e:
added a couple missing semicolons and fixed a typo in the comments
-
jeresig committed 1d921e21:
Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one of the tests.
-
jeresig committed ed5731dc:
Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were ineffectual against IE's insanity: https://ejohn.org/files/bugs/fragment/ Used a different tactic instead (just don't return a fragment from .parent()). Fixes #5638.
-
jeresig committed ba86cc02:
Reworked some more of the selector tests as well to clean up after themselves.
-
jeresig committed 3a4bcf8a:
Added some more tests around the name tests to catch possible regressions.
-
jeresig committed 892fb555:
Make sure that the node exists before attempting to clone.
-
jeresig committed 100ed686:
Stick with just getter/setters in attrFn.
-
jeresig committed 9a0174b0:
Moved readyList check.
-
jeresig committed de659859:
Make sure that some height/width is set for the nothiddendiv before checking.
-
jeresig committed f078e930:
Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902.
-
jeresig committed 99976204:
Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a36232222d0d365e to avoid re-declarations where possible.
-
jeresig committed fe9333cc:
No need to use jQuery's event system for binding the onunload event in IE.
-
batiste committed 64902490:
Enforce that hasClass and removeClass work even with tabs and endlines in class attributes. Fixes #5505.
-
jeresig committed b4b30cc6:
Disable getting values using the .attr() function shortcut until the full implications of which can be explored.
And 18 more commits...

-
davebridges committed ea65abc1:
Merge branch 'master' of git://github.com/biopython/biopython
-
Michiel de Hoon committed b3e3023b:
See bug #2697 on BugZilla. Allow non-integer targets, and use default values for arguments instead of module-level default values
-
peterjc committed 736a0109:
Mention FASTQ paper, and fixed a typo
-
peterjc committed fc421021:
Minor docstring improvements to BioSQL/DBUtils.py
-
peterjc committed 21b4ff32:
Merge branch 'master' of git@github.com:biopython/biopython
-
peterjc committed 63905fd3:
Mention FASTQ paper, and fixed a typo
-
Michiel de Hoon committed 230ddfff:
See bug #2697 on BugZilla. Allow non-integer targets, and use default values for arguments instead of module-level default values
-
peterjc committed 9be131d7:
Minor docstring improvements to BioSQL/DBUtils.py

-
davebridges committed f022fbff:
Pseudocoded Extinction Coefficient Calculator

-
davebridges committed f65fcf5d:
added local settings to Tests/setup_BioSQL.py to run BioSQL tests

-
peterjc committed d14f3cf2:
Bumping version number to 1.53+ now that the 1.52 release is done
-
peterjc committed ad9e9314:
Renaming new PDB unit test (see Bug 2820)
-
peterjc committed e85730f9:
Removing old print-and-compare PDB test (see Bug 2820)
-
peterjc committed 67dad42b:
Mention PDBList work in NEWS file
-
peterjc committed 4285556c:
Minor correction to reference to Bio.Emboss module
-
peterjc committed 8b90c5d6:
Quick example using the BLAST+ wrappers
-
peterjc committed 57df2db9:
Bumping version number ready for release this afternoon
-
mdehoon committed 9a41381c:
simplifying and updating MEME parser

-
pcock committed 57bf8c8d:
Use a filename starting temp_* for the BioSQL SQLite database, to make it clearer this is a temp file. TODO - Deleting it after the tests?
-
peterjc committed 22c74123:
Better solution to cross platform variations in test_ProtParam.py output
-
pcock committed 103b73ed:
Testing BLAST+ detection on Windows works
-
peterjc committed 79dcbec4:
Better BLAST+ detection for unit test
-
chapmanb committed 4791fc57:
SQLite support news
-
chapmanb committed a589277d:
Add message about in-memory SQLite not working
-
chapmanb committed 7358a174:
Merge branch 'biosql-sqlite' of git@github.com:chapmanb/biopython
-
mdehoon committed 906261c6:
Simplifying the MAST parser
-
mdehoon committed 0779c0e9:
Separating the MEME and MAST parsers into separate modules
-
chapmanb committed ea14bbdd:
Enable SQLite test for BioSQL by default, so it will run if sqlite3 is installed.
-
chapmanb committed a9a100c6:
SQLite support for BioSQL database. See discussion on Bug 2866 for additional details

-
toastdriven committed 72d4e19a:
Switched ``SearchView`` & ``FacetedSearchView`` to use ``EmptySearchQuerySet`` (instead of a regular list) when there are no results. Thanks to acdha for the original patch.
-
toastdriven committed dcc44340:
Added RedditGifts to "Who Uses".
-
toastdriven committed 71716d2e:
Added Winding Road to "Who Uses".
-
toastdriven committed b0bff390:
Added ryszard's full name to AUTHORS.
-
toastdriven committed f677d34e:
Added initialization bits to part of the Solr test suite. Thanks to notanumber for pointing this out.

-
dmethvin committed 628e1564:
Fix for #4011, crash when two text nodes are appended in IE.
-
jeresig committed 3c89e38f:
Make sure that animated show resets the display correctly. Fixes #5130.
-
lrbabe committed 2d27e053:
Fix inverted 'orig' and 'fix' event in mouseenter/mouseleave special events.
-
kswedberg committed 3afc6533:
added semicolons to end of 2 statements (and fixed a misspelled word in comment)
-
jeresig committed 9c1db29a:
Adding in an extra check, per the comments in 25b0ba9f9612583033b902a0e40345463a3a71d0.
-
jeresig committed 2a6de9ab:
Make sure that the previous element is removed from the page before the next is inserted, in replaceWith. Using a variation of the patch by snaury. Fixes #2697.
-
jeresig committed aae0617c:
Made sure that css() in IE handles negative non-px values correctly. Fixes #3331.
-
jeresig committed 6071e939:
Minor syntactical changes to :visible and :hidden.
-
jeresig committed b776e2b7:
Made sure that a null speed doesn't get passed around. Patch from daltonlp. Fixes #5557.
-
jeresig committed b24da33f:
Make sure that width or height don't animate to a negative value. Fixes #3881.
-
jeresig committed 8d1efee3:
Retooled the native triggering code, simplifying it.
-
jeresig committed 25b0ba9f:
Allow the user to explicitly set a content-type header even when there's no data being sent to the server. Fixes #1900.
-
Yehuda Katz committed d684122b:
Fixes a bug I introduced
-
Yehuda Katz committed c7d640f0:
Added a test for bug 1095 for animations (animations don't clear check boxes)
-
jeresig committed 74f457d8:
Updating the source version to 1.4a2pre.
-
jeresig committed c90a1cb6:
Tagging the 1.4a1 release.
-
jeresig committed 39a77c2d:
Switched to using slice instead of join to get the correct results.
-
cowboy committed 2b481b93:
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also adds some tests for prevAll and nextAll, and fixes an test edge case in parents.
-
jeresig committed bbd933cb:
Added in the .delay() method for delaying the execution of queued functions and animations.
-
justinbmeyer committed d42afd0f:
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.
And 69 more commits...

-
peterjc committed 54433436:
More helpful error message when there is a bad regular expression in the restriction digest information
-
peterjc committed 052a7773:
Make skipping test_prosite_patterns.py on Jython conditional on buffer being missing (in case they fix it)
-
peterjc committed b8c2c7f6:
Meant to delete test_prosite.py as part of splitting it into test_prosite1.py and test_prosite2.py
-
peterjc committed 2b2910fa:
Ugly workaround in Bio.SubsMat.MatrixInfo to run on Jython within JVM limits (based on a change by Kyle Ellrott on github)
-
peterjc committed 8246ad73:
Breaking up test_prosite.py to get it to run on Jython 2.5.1 with its JVM size limits
-
peterjc committed 0dbb170e:
Skip test_prosite_patterns.py on Jython which lacks the buffer function, see https://bugs.jython.org/issue1521
-
peterjc committed 7a80c970:
Move (deprecated) Bio.Prosite.Patten tests into a separate unit test
-
peterjc committed b52e1214:
Adding a five pairwise alignments EMBOSS matcher file to the AlignIO unit tests
-
peterjc committed fdb6a91e:
Adding an EMBOSS matcher output file to the AlignIO unit tests
-
peterjc committed dfb87724:
Don't ask EMBOSS to turn proteins into GenBank format, as it (now) maps X to N since EMBOSS considers GenBank to be for nucleotides only (with a separate format for GenPept)
-
pcock committed 3fd73a34:
Fixed some MUSCLE unit test deadlocks on Windows, and avoid the PHYLIP interlaced output since MUSCLE 3.6 (latest compiled version on Windows) seems to have a bug where this gives sequential PHYLIP outout, which Bio.AlignIO can't parse at the moment
-
pcock committed 32d8fc23:
Windows specific fix in BLAST unit test
-
peterjc committed 37b908f4:
Fixes an apparent deadlock on Mac OS Leopard from subprocess wait on a large file
-
peterjc committed 80fde464:
Fix an apparent deadlock on Mac OS Leopard by using subprocess communicate instead of wait
-
peterjc committed 4bb8e7f2:
Mention Jan 2010 NCBI DTD files for MedLine/PubMed in our NEWS file
-
peterjc committed 243518db:
Slightly more gracefull handling of missing fonts in bitmap output from ReportLab
-
peterjc committed 97a977e5:
Updated EMBOSS unit test not to use the deprecated Bio.Application.generic_run function
-
peterjc committed e9819af1:
Don't use the deprecated generic_run function in unit tests (Patch from Cymon Cox via Bug 2961)
-
peterjc committed 12bfa091:
Update MUSCLE wrapper comments now that Bio.AlignIO will accept CLUSTALW format with a MUSCLE header, and include more undocumented output switches (using patch from Cymon Cox on Bug 2961)
-
peterjc committed 74ba9d29:
Updating codon tables to NCBI version 3.9 (Bug 2962)
And 36 more commits...

-
davebridges committed 580b6bea:
modified sphinx documentation
-
davebridges committed 9d891237:
added some doc strings to sphinx documentation. is still not displayed correctly
-
davebridges committed f5413962:
added custom_filters module docstring to documentation
MouseDB 0.1 Documentation

-
davebridges committed cc72095f:
modified sphinx documentation
-
davebridges committed 57768188:
added on sphinx documentation. modified installation documents, and added docstring/doctest to custom_filters.py

-
jeremy committed 0ce92065:
Update gemspec also
-
josh committed 74a0fb97:
Should be rackmount 0.2
-
josh committed 4236473e:
Depend on rack-mount 0.0.2
-
josh committed 6e67f88a:
Extended and case insensitive regexp routes aren't that important.
-
josh committed 4b325fcd:
Update routing for rackmount 0.2 api changes
-
jeremy committed c7c39f52:
Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working"
-
josh committed 5df26dd7:
Add basic nested named route support to new routing dsl. Also add a
-
jeremy committed 0dfd993e:
Fix test bleed
-
carlhuda committed 520b8b59:
Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working
-
jeremy committed 4403dfac:
Check whether another lib has implemented ruby 1.9 string interp syntax
-
jeremy committed e1385be0:
Extract form_authenticity_param instance method so it's overridable in subclasses
-
dasil003 committed ea290e77:
Insert generated association members in the same order they are specified when assigning to a has_many :through using the generated *_ids method
-
jeremy committed fb61fbd3:
Revert "Ensure Model#destroy respects optimistic locking"
-
josh committed f8877d4b:
Merge remote branch 'Fingertips/master'
-
Yehuda Katz committed c2997017:
Make script/server work with correct application.rb
-
Yehuda Katz committed 2675ba9e:
Require action_dispatch, not action_controller
-
Yehuda Katz committed c1f51680:
Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler
-
Will Read committed 7fadb3f2:
Allow explicit placement of hidden id element for nested models.
-
jeremy committed 7601d482:
Ruby 1.9: skip pg locking test for 1.9.1 also
-
Yehuda Katz committed cc011bc2:
Add TimeZone dependency
And 89 more commits...

-
toastdriven committed ec9e193b:
Started the 1.1-alpha work. Apologies for not doing this sooner.
-
toastdriven committed 04adb1af:
Added an advanced setting for disabling Haystack's initialization in the event of a conflict with other apps.
-
toastdriven committed 3af21bf3:
Altered ``SearchForm`` to use ``.is_valid()`` instead of ``.clean()``, which is a more idiomatic/correct usage. Thanks to askfor for the suggestion.
-
toastdriven committed 45dcff78:
Added MANIFEST to ignore list.
-
toastdriven committed 32b00947:
Fixed Django 1.0 compatibility when using the Solr backend.
-
toastdriven committed f8f2dbc1:
Marked Haystack as 1.0 final.
-
toastdriven committed 16eb8d7b:
Incorrect test result from changing the documented way the ``highlight`` template tag gets called.

-
Yehuda Katz committed 64e4a879:
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
-
jeresig committed 839e9719:
Updated the Rakefile to use the correct init code.
-
jeresig committed 5480cd3f:
Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup.
-
jeresig committed d605b8ee:
Don't try to run the clone code if the directory already exists.
-
jeresig committed 6798df54:
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
-
jeresig committed e514e67c:
Bringing Sizzle and QUnit up to date.
-
jeresig committed 918cf68d:
Don't do the update after the pull - forces the submodules up to date.
-
jeresig committed 1a26e419:
Use .add() to merge two test groups together for .unwrap().
-
jeresig committed 122e5dcf:
Changed the style attribute test to handle hex colors (as that's what Opera returns, in this case.
-
jeresig committed 3ec9f499:
Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide().
-
jeresig committed 25c188b6:
Fixed a problem with animations with a duration of 0 not working properly for hide and show.
-
jeresig committed 21dead46:
Simplified a selector in the .live() tests.
-
jeresig committed 6e5a6a26:
Tweaked the live test to be a bit simpler.
-
jeresig committed c7407bd4:
Fixed wrap test that was looking for comment values from .text().
-
jeresig committed df6e02a4:
Merge branch 'master' of github.com:jquery/jquery
-
jeresig committed 90ba57ce:
Fixed bug with singleTag matching in core.js.
-
Yehuda Katz committed 17955cac:
Fixes $.trim for closes #4980
-
jeresig committed 84857abe:
Ignore diff and patch files.
-
jeresig committed 2b7c38f8:
Merge branch 'master' of github.com:jquery/jquery
-
jeresig committed e00be67f:
Adding a Rakefile to build jQuery core, for those that need it.
And 18 more commits...

-
davebridges committed 7194afd5:
added boxes around code blocks

-
davebridges committed 89f01b48:
Merge branch 'master' of git@github.com:davebridges/mousedb
-
davebridges committed 4921403f:
Updated code blocks to installation.tex
-
davebridges committed 2c6d8e2b:
updated installation.tex and doap.rdf to add github information
-
davebridges committed 50efdd10:
Wrote installation documentation. Updated .gitignore to skip aux, out, dvi and log files generated by latex. Both tex and pdf files will be tracked
-
davebridges committed 49f4d102:
Wrote installation documentation. Updated .gitignore to skip aux, out, dvi and log files generated by latex. Both tex and pdf files will be tracked

-
kswedberg committed 255068da:
added missing semicolons
-
kswedberg committed a5efe9d3:
added missing radix parameter for parseInt()
-
kswedberg committed ddb86f8d:
added curly braces around all if/else statements
-
jeresig committed 1879e8cb:
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).
-
John Resig committed a7678267:
Disable the X-Requested-With header to avoid preflighting remote POST requests. Fixes #4601.
-
John Resig committed 0f6e9a8c:
Fixed spacing on the modified Ajax code.
-
jollytoad committed ef819c91:
Fixing endlines.
-
rkatic committed 0bb3998a:
Re-adding zeros removed from slice calls in last commit.
-
rkatic committed 04dbdb75:
Corrected RegExp to match event namespaces. Fixes #5303.
-
rkatic committed ac00fe5b:
Generic jQuery.merge and safer jQuery.makeArray(nodeList).

-
toastdriven committed ceeb8384:
Last minute documentation cleanup.
-
toastdriven committed ac72ce36:
Added documentation about the management commands that come with Haystack.
-
toastdriven committed d9f81fa0:
Added docs on the template tags included with Haystack.
-
toastdriven committed 4d43b32a:
Added docs on highlighting.
-
toastdriven committed d572ee06:
Removed some unneeded legacy code that was causing conflicts when Haystack was used with apps that load all models (such as `django-cms2`, `localemiddleware` or `django-transmeta`).
-
toastdriven committed 7b9b1a04:
Removed old code from the `update_index` command.
-
toastdriven committed 7ad41bd7:
Altered spelling suggestion test to something a little more consistent.
-
toastdriven committed 6a482b5a:
Added tests for slicing the end of a `RelatedSearchQuerySet`.
-
toastdriven committed d4246a0d:
Fixed case where `SearchQuerySet.more_like_this` would fail when using deferred Models. Thanks to Alex Gaynor for the original patch.
-
toastdriven committed 1afbdc49:
Added default logging bits to prevent "No handlers found" message.
-
toastdriven committed b7cafada:
BACKWARD-INCOMPATIBLE: Renamed `reindex` management command to `update_index`, renamed `clear_search_index` management command to `clear_index` and added a `rebuild_index` command to both clear & reindex.
-
toastdriven committed e3a7d54e:
BACKWARD-INCOMPATIBLE: `SearchIndex` no longer hooks up `post_save/post_delete` signals for the model it's registered with.
-
toastdriven committed 0e6e4edb:
Ensured that, if a `MultiValueField` is marked as `indexed=False` in Whoosh, it ought not to post-process the field.
-
toastdriven committed 8e40d24d:
Ensured data going into the indexes round-trips properly. Fixed `DateField`/`DateTimeField` handling for all backends and `MultiValueField` handling in Whoosh.
-
toastdriven committed 17bcca95:
Added a customizable `highlight` template tag plus an underlying `Highlighter` implementation.
-
toastdriven committed c3b39151:
Added more documentation about using custom `SearchIndex.prepare_FOO` methods.
-
toastdriven committed 2dda0bbe:
With Whoosh 0.3.5+, the number of open files is greatly reduced.
-
toastdriven committed 6dc217aa:
Corrected example in docs about `RelatedSearchQuerySet`. Thanks to askfor for pointing this out.
-
toastdriven committed b0fbe1aa:
Altered `SearchResult` objects to fail gracefully when the model/object can't be found. Thanks to akrito for the report.
-
toastdriven committed f23aa3ad:
Fixed a bug where `auto_query` would fail to escape strings that pulled out for exact matching. Thanks to jefftriplett for the report.
And 9 more commits...

-
peterjc committed d7a78fc7:
Fixing a minor typo in the tutorial
-
peterjc committed e4299be1:
Fixing a minor typo in the tutorial
-
peterjc committed ea812fe2:
Include non-SQL requiring Bio.GFF doctests in test suite
-
peterjc committed 5f8a1cb7:
Use Bio.Entrez in the query_pubmed.py script since Bio.PubMed is removed now
-
peterjc committed 45bcee5f:
Removed unused xbb_io.py from the xbbtools script
-
peterjc committed 5fc25df4:
Use the Seq object's translate method in the nextorf script
-
peterjc committed a13e6b32:
Don't use the string module in the nextorf script
-
peterjc committed b08487a6:
Don't use deprecated Bio.Fasta module in nextorf script
-
peterjc committed aa98867c:
Use Seq object's reverse_complement() method in nextorf script
-
peterjc committed 1472849b:
Don't use deprecated Bio.Translate module (Bug 2954)
-
peterjc committed 246f3213:
Fix very very out of date import statement
-
peterjc committed 438b97f4:
Don't use deprecated Bio.Translate module (Bug 2954)
-
peterjc committed 07eb383f:
Using wx instead of deprecated wxPython namespace, see https://www.wxpython.org/MigrationGuide.html for details
-
peterjc committed ebe915d5:
Don't use from XXX import *
-
peterjc committed 7c6e9ad8:
Remove extra whitespace to try and follow PEP8 style guide
-
peterjc committed 99e24eeb:
Use Bio.Seq functions instead of deprecated Bio.Translate and Bio.Transcribe modules, and don't use the string module either
-
peterjc committed 912eefec:
Removed SeqGui back-translate (used deprecated code, and didn't seem to work anyway)
-
peterjc committed 2838aed7:
Converting tabs to spaces
-
mdehoon committed 0b26605b:
Adding AlignAce tests to test_Motif.py

-
peterjc committed 5a4782ae:
Removing obsolete Mindy dependent example Scripts/Index/indexing_ex.py
-
peterjc committed d8e7dfa9:
Corrected spelling of performanace in script name
-
peterjc committed 0396f9d3:
Removing Scripts/Performance/biocorba_*.py as the python BioCorba library is obsolete (and not even in our repository history)
-
peterjc committed 3997b518:
Removing Scripts/debug/test_db_registry.py as this is obsolete and won't have worked on any recent Biopython releases
-
peterjc committed d4f84fd2:
Removing Scripts/Registry/*.py as these are obsolete and won't have worked on any recent Biopython releases
-
peterjc committed 47c01b16:
Minor docstring formatting, removed some commented out code
-
peterjc committed 362d4c57:
Making Seq.data read only
-
peterjc committed 9d9e46f9:
Belatedly updating BioSQL test after recently moved some FASTA example files
-
peterjc committed 0993d1b4:
Belatedly updating BioSQL test after recently moved some FASTA example files
-
peterjc committed feb27508:
Even more Seq object translation unit tests
-
peterjc committed b3e945ef:
Even more Seq object unit tests
-
peterjc committed b0acf698:
More Seq object unit tests
-
peterjc committed c47033a9:
Adding 1 Jan 2010 MedLine and PubMed DTD files, announced by the NCBI in Nov 2009, expected to come into use in Dec 2009
-
peterjc committed 674cbd74:
DTD files don't need to be marked as executable
-
peterjc committed ae3349dd:
Mention deprecation of Bio.utils.ungap and fixing some long lines in the DEPRECATED file (aiming for max 78 chars)
-
mdehoon committed 999d2e44:
removed the deprecated functions translate, translate_to_stop, back_translate, transcribe, and back_transcribe from Bio.utils
-
mdehoon committed c88763ff:
Removed the dprecated function translate from Bio.SeqUtils
-
mdehoon committed 26b1d477:
Removing the deprecated module Bio.SCOP.FileIndex
-
mdehoon committed 0281cb88:
Removing the deprecated function pairlist_to_dict from Bio.InterPro
jQuery JavaScript Library

-
peterjc committed 06271022:
Don't nag Jython users about NumPy not being installed. Fix from Kyle Ellrott on github
-
peterjc committed 3e28b888:
Tiding up some warnings, and deprecating Bio.utils.ungap() function
-
peterjc committed a8dea709:
Adding Seq object ungap method developed on one of my git branches plus explicit UnknownSeq support (see mailing list)
-
peterjc committed 63aa6331:
State the the legacy BLAST wrappers in Bio.Blast.Applications are obsolete
-
peterjc committed cf8b55c5:
Removing deprecated module Bio.PubMed (use Bio.Entrez instead)
-
peterjc committed e197e6cd:
Deprecating the obsolete module Bio.listfns(most of this is covered by Python itself nowadays)
-
peterjc committed 917c2341:
Remove Bio.pairwise2.py dependency on obsolete Bio.listfns (which used a naive Python implementation anyway, not C code)
-
peterjc committed 62a43693:
More doctests in Bio/Seq.py
-
peterjc committed fa5e1bea:
Include new Bio.SeqFeature doctests in test suite
-
peterjc committed 821cc967:
Basic doctests for Bio.SeqFeature, and checking strand and location arguments
-
peterjc committed c5742ca9:
Adding a few PMC associated DTD files, https://www.ncbi.nlm.nih.gov/pmc/pmcdoc/dtd/pmc-1.dtd and https://www.pubmedcentral.nih.gov/pmcdoc/dtd/nlm_lib/articleset/nlm-articleset-2.0.dtd