Skip to content

Instantly share code, notes, and snippets.

@jhannah
Created July 13, 2010 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhannah/473797 to your computer and use it in GitHub Desktop.
Save jhannah/473797 to your computer and use it in GitHub Desktop.
jhannah@cplreynoldslpt:~/src/bioperl-live$ git diff origin/master dbolser/master --stat
Bio/Annotation/DBLink.pm | 25 ++-
Bio/DB/GFF.pm | 26 ++-
Bio/DB/GFF/Adaptor/dbi.pm | 303 ++++++++++++++++++++++++
Bio/DB/GFF/Adaptor/dbi/mysql.pm | 39 +++-
Bio/DB/GFF/Adaptor/dbi/oracle.pm | 13 +-
Bio/DB/GFF/Adaptor/dbi/pg.pm | 16 ++-
Bio/DB/SeqFeature/Store.pm | 40 ++++
Bio/DB/SeqFeature/Store/DBI/mysql.pm | 145 ++++++------
Bio/Location/Simple.pm | 10 +-
Bio/SeqIO/seqxml.pm | 6 +-
scripts/Bio-DB-GFF/bulk_load_gff.PLS | 20 ++-
scripts/Bio-DB-GFF/fast_load_gff.PLS | 16 +-
scripts/Bio-DB-GFF/load_gff.PLS | 36 ++-
scripts/bioperl_netinstall.pl | 427 ++++++++++++++++++++++++++++++++++
14 files changed, 1019 insertions(+), 103 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment