From ef8c9b0b10f6ad65a00162cc44aa861029ee6fb0 Mon Sep 17 00:00:00 2001 From: Javier Herrero Date: Wed, 11 May 2016 15:05:37 +0100 Subject: [PATCH] New example dataset works for 450k and 27k arrays --- eforge.pl | 2 +- webserver/cgi-bin/index.pl | 31 ++++++++++++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/eforge.pl b/eforge.pl index 5761cdc..11075ec 100644 --- a/eforge.pl +++ b/eforge.pl @@ -633,7 +633,7 @@ sub get_input_probes { # Test MVPs from Liu Y et al. Nat Biotechnol 2013 Pulmonary_function.snps.bed (*put EWAS bedfile here) # If no options are given it will run on the default set of MVPs warn "No probe input given, so running on default set of probes, a set of monocyte tDMPs from Jaffe AE and Irizarry RA, Genome Biol 2014."; - @$probes = qw(cg13430807 cg10480329 cg06297318 cg19301114 cg23244761 cg26872907 cg18066690 cg04468741 cg16636767 cg10624395 cg20918393); + @$probes = qw(cg00839584 cg02497428 cg02780988 cg03055440 cg05445326 cg10045881 cg11051139 cg11058932 cg12091331 cg12962778 cg16303562 cg16501235 cg18589858 cg18712919 cg18854666 cg21792432 cg22081096 cg25059899 cg26989103 cg27443224); } # Remove redundancy in the input diff --git a/webserver/cgi-bin/index.pl b/webserver/cgi-bin/index.pl index 21e7863..bd9893d 100755 --- a/webserver/cgi-bin/index.pl +++ b/webserver/cgi-bin/index.pl @@ -229,17 +229,26 @@ sub print_form { th(["
Data
", ""]), td(["Paste data:", textarea('data_text', '# Example with a filtered set of monocyte tDMPs from Jaffe AE and Irizarry RA, Genome Biol 2014, 15:R31. -cg13430807 -cg10480329 -cg06297318 -cg19301114 -cg23244761 -cg26872907 -cg18066690 -cg04468741 -cg16636767 -cg10624395 -cg20918393', 10, 60)]), +cg00839584 +cg02497428 +cg02780988 +cg03055440 +cg05445326 +cg10045881 +cg11051139 +cg11058932 +cg12091331 +cg12962778 +cg16303562 +cg16501235 +cg18589858 +cg18712919 +cg18854666 +cg21792432 +cg22081096 +cg25059899 +cg26989103 +cg27443224', 10, 60)]), td(["", "Clear box"]),