From 60d53966c51b0cb7efe0eabea82a4db0aeec1dcf Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Thu, 30 Jul 2015 10:25:50 +0200 Subject: [PATCH] Remove memory requirements, no need for this tool --- docs/tools/SamplesTsvToJson.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/tools/SamplesTsvToJson.md b/docs/tools/SamplesTsvToJson.md index b1c0bf888..dc17f4456 100644 --- a/docs/tools/SamplesTsvToJson.md +++ b/docs/tools/SamplesTsvToJson.md @@ -4,16 +4,13 @@ This tool enables a user to create a full sample sheet in JSON format suitable f The tool can be started as follows: ~~~ -java -Xmx2G -jar Biopet-0.2.0.jar tool SamplesTsvToJson +java -jar <Biopet.jar> tool SamplesTsvToJson ~~~ - -__-Xmx2G__ defines the amount of memory used to run the tool. Usually one should not change this value since 2G is more than enough. - To open the help: ~~~ -java -Xmx2G -jar Biopet-0.2.0.jar tool SamplesTsvToJson -h +java -jar Biopet-0.2.0.jar tool SamplesTsvToJson -h Usage: SamplesTsvToJson [options] -l <value> | --log_level <value> -- GitLab