repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed trials-in-common page to use a single database query to get analyses. Changed...
[sgn.git]
/
mason
/
homepage
/
affiliated_sites.mas
blob
11d2bb4e218a90e7f6298d8ec3238957c76200c9
1
2
<%perl>
3
4
use strict;
5
use CXGN::Tools::File;
6
7
my $file = $c->get_conf('homepage_files_dir').'/affiliated_sites.txt';
8
9
</%perl>
10
11
<% CXGN::Tools::File::read_commented_file($file) %>
12