Nothing
'Rsubread_idx
Usage:
Rsubread_idx.doc.R --reference <file>
Options:
--reference <file> Named character vector containing paths to the reference sequence.
' -> doc
library(docopt)
library(systemPipeR)
library(Rsubread)
opts <- docopt(doc)
print(opts$reference)
buildindex(basename=opts$reference, reference=opts$reference)
print("Index created successfully")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.