listMgrastInbox: List the contents of the user inbox

Description Usage Arguments Details Value See Also Examples

View source: R/listMgrastInbox.R

Description

List the file and file information user uploaded to MGRAST.

Usage

1
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

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.

Value

a list, contains file details user uploaded

See Also

submitMgrastJob

Examples

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)

mmnet documentation built on May 31, 2017, 3:25 p.m.