summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-18 12:00:01 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-18 12:00:01 +0100
commit808db6ef7d84fcaeaee3933d0f3317ee916d1a6a (patch)
treee24b6e35ec525ab6ac62da28273c34dcb6f88865
parentc73a7fbf8ffb80507a748b38ec4bc28742fcebc1 (diff)
add subject id to qmrf-jnlp
-rwxr-xr-xreach_reports/reach_application.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/reach_reports/reach_application.rb b/reach_reports/reach_application.rb
index 969ce8b..f11b2f8 100755
--- a/reach_reports/reach_application.rb
+++ b/reach_reports/reach_application.rb
@@ -219,6 +219,13 @@ EOF
jnlp += <<EOF
</argument>
+<argument>-s
+EOF
+ jnlp.chomp!
+ jnlp += @subjectid
+
+ jnlp += <<EOF
+</argument>
<argument>-d http://opentox.informatik.uni-freiburg.de/qmrfedit2/qmrf.dtd</argument>
<argument>-t http://opentox.informatik.uni-freiburg.de/qmrfedit2/verdana.ttf</argument>