Description Usage Arguments Details Examples
Start the MiTCR tools directly from the package with given settings.
1 2 3 4 5 6 7 8 | startmitcr(
.input = "",
.output = "",
...,
.file.path = "",
.mitcr.path = "~/programs/",
.mem = "4g"
)
|
.input, .output |
Input and output files. |
... |
Specify input and output files and arguments of the MITCR without first '-' to run it. |
.file.path |
Path prepending to |
.mitcr.path |
Path to MiTCR .jar file. |
.mem |
Volume of memory available to MiTCR. |
Don't use spaces in paths! You should have insalled JDK 1.7 to make it works.
1 2 3 4 5 6 7 8 | ## Not run:
# Equal to
# java -Xmx8g -jar ~/programs/mitcr.jar -pset flex
# -level 2 ~/data/raw/TwA1_B.fastq.gz ~/data/mitcr/TwA1_B.txt
startmitcr('raw/TwA1_B.fastq.gz', 'mitcr/TwA1_B.txt', .file.path = '~/data/',
pset = 'flex', level = 1, 'debug', .mitcr.path = '~/programs/', .mem = '8g')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.