submit: submit

Description Usage Arguments Details Value See Also

Description

Submit an entity to an Evaluation

Usage

1
submit(evaluation, entity, submissionName, teamName)

Arguments

evaluation

The evaluation queue to which the entity is submitted. You must first 'join' the evaluation to be allowed to submit. This parameter may be the ID of the evaluation or the evaluation object itself.

entity

The entity to be submitted, e.g. a File.

submissionName

Optional: A name for the submission. If omitted, the entity's name is used.

teamName

Optional: The name of the team on whose behalf the entity is submitted.

silent

Optional: Defaults to FALSE. If TRUE then do not print out the submission confirmation message.

Details

The content of the given entity is added to the given evaluation queue. Since the content is extracted, changing the entity after submission does not change what is in the queue.

Value

A named list having two fields, 'createdSubmission' is the Submission object created by the server; 'submissionReceiptMessage' is the message acknowledging submission receipt (as customized by the Evaluation queue).

See Also

synGet synGetEvaluation synGetSubmission synGetSubmissions synGetOwnSubmissions synGetSubmissionStatus


Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.