Fix david url

This commit is contained in:
Helena Rasche
2022-04-04 15:11:22 +02:00
parent bc1a1bbe2e
commit 20c3c43543
+2 -2
View File
@@ -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/;