Learn R Programming

mmnet (version 1.10.2)

listMgrastInbox: List the contents of the user inbox

Description

List the file and file information user uploaded to MGRAST.

Usage

listMgrastInbox(login.info)

Arguments

login.info
list, reponse information while user login to MGRAST, contains webkey, invalid time of webkey, cookie, websseion and curlhandle, see loginMgrast for more details

Value

  • a list, contains file details user uploaded

Details

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.

See Also

submitMgrastJob

Examples

Run this code
## login into MGRAST for webkey
# login.info <- loginMgrast("yiluheihei","heihei")

## not run need user login to MGRAT
#listMgrastInbox(login.info)

Run the code above in your browser using DataLab