Description Usage Arguments Details Value See Also Examples
View source: R/listMgrastInbox.R
List the file and file information user uploaded to MGRAST.
1 | listMgrastInbox(login.info)
|
login.info |
list, reponse information while user login to MGRAST, contains webkey, invalid time of webkey, cookie, websseion and curlhandle, see |
There is a delay between upload completion and before job submission because sequence statistics is begin to calculate once file uploaded . This may be on the order of seconds to hours depending on file size. This files cannot be submitted to create job and annotation until analysis is complete. File name, file (calculation completed) statistics information and under analysis files which appear in the locks will be list with this function.
a list, contains file details user uploaded
1 2 3 4 5 | ## login into MGRAST for webkey
# login.info <- loginMgrast("yiluheihei","heihei")
## not run need user login to MGRAT
#listMgrastInbox(login.info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.