mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Fix david url
This commit is contained in:
@@ -39,8 +39,8 @@ if (scalar @gene > 400) {
|
||||
print "ERROR David only allows 400 genes submitted via a link\n";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
my $link = 'http://david.abcc.ncifcrf.gov/api.jsp?type=TYPE&ids=GENELIST&tool=summary';
|
||||
|
||||
my $link = 'http://david.ncifcrf.gov/api.jsp?type=TYPE&ids=GENELIST&tool=summary';
|
||||
|
||||
my $g = join(",", @gene);
|
||||
$link =~ s/GENELIST/$g/;
|
||||
|
||||
Reference in New Issue
Block a user