Skip to content

Instantly share code, notes, and snippets.

'RestrictionSearch/View/SearchSeqDialog':function(){
define([
'dojo/_base/declare',
'dojo/dom-construct',
'dojo/aspect',
'dijit/focus',
'dijit/form/Button',
'dijit/form/CheckBox',
'dijit/form/FilteringSelect',
'dojo/store/Memory',
format-version: 1.2
saved-by: cjm
auto-generated-by: cjm
default-namespace: relationship
remark: <p>This ontology contains logical relations to be shared across the different OBO ontologies. Each OBO ontology is free to extend this set with relations specific to the biology within that ontology</p><div class="notes"><p>In the definitions, variables c, d, ..., p, q, ... range over instances of continuants and processes respectively. C, D, ..., P, Q, ... range over the corresponding classes</p><p> For a discussion of instance-level relations and also of additional axioms needed to infer transitivity and other properties of the relations listed above see <a href="http://genomebiology.com/2005/6/5/R46">http://genomebiology.com/2005/6/5/R46</a> or the OBO relations page hosted at <a href="http://obo.sourceforge.net/relationship">http://obo.sourceforge.net/relationship</a></div>
idspace: OBO_REL http://www.obofoundry.org/ro/ro.owl# "OBO Relation ontology official home on OBO Foundry"
remark: cvs version $Revision:
diff config.xml /data/var/lib/tomcat7/webapps/WebApollo/config/config.xml
25,28d24
< <!-- set to false to use hybrid disk/memory store which provides a little slower performance
< but uses a lot less memory - great for annotation rich genomes -->
< <use_pure_memory_store>true</use_pure_memory_store>
<
98,123c94,108
< <!-- grouping for the configuration. The "feature_types" attribute takes a list of
< SO terms (comma separated) to apply this configuration to
< (e.g., feature_types="sequence:transcript,sequence:mRNA" will make it so the group
@scottcain
scottcain / connectrefused
Created June 10, 2013 16:13
spi-inc connection refused
This is the mail system at host leela.spi-inc.org.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
@scottcain
scottcain / stdout
Created February 27, 2012 19:50
pull wont work
M bin/gbrowse_attach_slaves.pl
U cgi-bin/admin
M cgi-bin/attach.pl
U cgi-bin/slaveStatus.pl
M cgi-bin/slaves.pl
M cgi-bin/volumeStatus.pl
A lib/Bio/Graphics/Browser2/Cloud/Userdata.pm
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
@scottcain
scottcain / partial_volvox.conf
Created October 24, 2011 13:58
broken sam semantic track
[main:database]
db_adaptor = Bio::DB::SeqFeature::Store
db_args = -adaptor memory
-dir '/Library/WebServer/Documents/gbrowse2/databases/volvox'
[samdb:database]
db_adaptor = Bio::DB::Sam
db_args = -fasta /Library/WebServer/Documents/gbrowse2/databases/volvox/volvox.fa
-bam /Library/WebServer/Documents/gbrowse2/databases/volvox/volvox.sort.bam
@scottcain
scottcain / gist:1030164
Created June 16, 2011 20:22
cpan install of bioperl weirdness
Use of uninitialized value $path in pattern match (m//) at /usr/local/lib/perl/5.10.1/File/Spec/Unix.pm line 267
File::Spec::Unix::splitpath('File::Spec', undef) called at /usr/share/perl/5.10/Archive/Tar.pm line 706
Archive::Tar::_extract_file('Archive::Tar=HASH(0xdd6a498)', 'Archive::Tar::File=HASH(0xdea0b28)') called at /usr/share/perl/5.10/Archive/Tar.pm line 571
Archive::Tar::extract('Archive::Tar=HASH(0xdd6a498)', 'BioPerl-1.6.901', 'BioPerl-1.6.901/AUTHORS', 'BioPerl-1.6.901/BioPerl.pm', 'BioPerl-1.6.901/BUGS', 'BioPerl-1.6.901/Build.PL', 'BioPerl-1.6.901/Changes', 'BioPerl-1.6.901/DEPENDENCIES', 'BioPerl-1.6.901/DEPRECATED', ...) called at /usr/share/perl/5.10/CPAN/Tarzip.pm line 351
CPAN::Tarzip::untar('CPAN::Tarzip=HASH(0xdae3e48)') called at /usr/share/perl/5.10/CPAN/Distribution.pm line 1095
eval {...} called at /usr/share/perl/5.10/CPAN/Distribution.pm line 1095
CPAN::Distribution::untar_me('CPAN::Distribution=HASH(0xda0dc90)', 'CPAN::Tarzip=HASH(0xdae3e48)') called at /usr/share/perl/5.10/
@scottcain
scottcain / gist:1030072
Created June 16, 2011 19:43
bioperl build fail on Ubuntu/AWS
unpacking...
BioPerl-1.6.901/t/Variation/SNP.t
BioPerl-1.6.901/t/Variation/Variation_IO.t
Use of uninitialized value $_[0] in join or string at /usr/lib/perl5/File/Spec/Unix.pm line 86.
Use of uninitialized value $path in pattern match (m//) at /usr/lib/perl5/File/Spec/Unix.pm line 267
...repeats many times (100s)....
CPAN: Time::HiRes loaded ok (v1.9719)
@scottcain
scottcain / pythium.conf
Created June 8, 2011 18:00
jbrowse pythium conf
{
"description": "Pythium",
"db_adaptor": "Bio::DB::Das::Chado",
"db_args": { "-dsn": "dbi:Pg:dbname=chado",
"-user": "gmod",
"-pass": ""},
"TRACK DEFAULTS": {
"class": "feature"
},