diff --git a/eforge.pl b/eforge.pl index de3c034..6a9dd51 100644 --- a/eforge.pl +++ b/eforge.pl @@ -183,7 +183,7 @@ =head1 ACKNOWLEDGEMENTS my $cwd = getcwd; -my $dbname = "eforge_1.1.db"; +my $dbname = "eforge_1.2.db"; my $bkgd; # Default value my $bkgd_label; diff --git a/webserver/cgi-bin/index.pl b/webserver/cgi-bin/index.pl index 2f32255..3d664c3 100755 --- a/webserver/cgi-bin/index.pl +++ b/webserver/cgi-bin/index.pl @@ -68,6 +68,7 @@ {"Download" => "$WEB_ROOT/?download"}, {"About" => "$WEB_ROOT/?about"}, {"__title__" => "Previous versions"}, + {"eFORGE v1.1" => "http://eforge.cs.ucl.ac.uk/eFORGE.v1.1"}, {"eFORGE v1.0" => "http://eforge.cs.ucl.ac.uk/eFORGE.v1.0"}, {"__title__" => "UCL Cancer Institute"}, {"Home" => "http://www.ucl.ac.uk/cancer/"}, @@ -999,6 +1000,17 @@ sub print_documentation_page { "False Positive Rate by DMP set Count

This plot suggests that for a DMP set of >= 20, a threshold of -log10 (binomial p value) >= 3.38 (equivalent to 0.001 in corrected p value) maintains the false positive rate below around 0.0025 (0.25%)." ); + print Template::content_box("Versions", + "v1.2

+This version includes DHS data from the BLUEPRINT Consortium.
", + + "v1.1

+Version 1.1 adds both DHS and Histone marks from the Consolidated Roadmap data to eFORGE analysis. One of the options allows to run eFORGE against all five H3 marks at once. This version also includes new changes under the hood like a redeisgn of the underlying database.
", + + "v1.0

+First version of eFORGE. The tools allows to analyses DMPs versus Epigenome Roadmap and ENCODE DHS.
" + ); + print Template::end; exit(0); }