Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
60d53966
Commit
60d53966
authored
Jul 30, 2015
by
Peter van 't Hof
Browse files
Remove memory requirements, no need for this tool
parent
5bed902a
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/tools/SamplesTsvToJson.md
View file @
60d53966
...
@@ -4,16 +4,13 @@ This tool enables a user to create a full sample sheet in JSON format suitable f
...
@@ -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:
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:
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]
Usage: SamplesTsvToJson [options]
-l <value> | --log_level <value>
-l <value> | --log_level <value>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment