From 2c53393a0806fdba45fbba7ab469b9be58bd25cc Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 18 Oct 2012 10:57:07 +0000 Subject: [PATCH] SP-326, BIS-217: Installer: Changing label 'Illumina NGS' to 'Illumina NGS (ETH BSSE Setup)'. SVN: 27234 --- installation/resource/installer/userInputSpec.xml | 2 +- installation/resource/tarball/console.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/resource/installer/userInputSpec.xml b/installation/resource/installer/userInputSpec.xml index 131e1e28b8e..93d0ee4d6d3 100644 --- a/installation/resource/installer/userInputSpec.xml +++ b/installation/resource/installer/userInputSpec.xml @@ -56,7 +56,7 @@ <spec txt="Screening" true="true" false="false"/> </field> <field type="check" variable="ILLUMINA-NGS"> - <spec txt="Illumina NGS" true="true" false="false"/> + <spec txt="Illumina NGS (ETH BSSE Setup)" true="true" false="false"/> </field> </panel> diff --git a/installation/resource/tarball/console.properties b/installation/resource/tarball/console.properties index 1c57768f17b..bd5cf280de6 100644 --- a/installation/resource/tarball/console.properties +++ b/installation/resource/tarball/console.properties @@ -41,5 +41,5 @@ KEY_PASSWORD = changeit # Standard technology SCREENING is disabled by default #SCREENING = true -# Standard technology ILLUMINA-NGS is disabled by default +# Standard technology ILLUMINA-NGS (ETH BSSE Setup) is disabled by default #ILLUMINA-NGS = true \ No newline at end of file -- GitLab