<%@ include file="/pages/common/taglibs.jsp"%> <%@page contentType="text/html" pageEncoding="utf-8"%> REST API Job Configuration

REST API Job Configuration

Tool Specific Job Submission Parameters

These are the parameters that correspond to the options you just chose.

tool =
= *
=

* The value of an "input." parameter is the file contents, not the filename.

Example curl command:

See the Quick Start Tutorial or the User Guide.

curl -u $CRA_USER:$PASSWORD -H cipres-appkey:$KEY $URL/job/$CRA_USER \
-F metadata.statusEmail=true \
-F tool= \
-F =@'' \
-F ='' \

You can submit this job by copying and pasting the curl command below to a Mac OS, unix or linux terminal window. URL, CRA_USER, PASSWORD, and KEY environment variables need to be set as explained in the Quick Start Tutorial. Input files must be in the current directory (or you must change the command to include the paths to the files). The "validate" in the url below, means that the job will be sent to the CIPRES REST API for validation only and will not be submitted to run. If you remove "validate" from the url, the job will be submitted to run.

Formatted for Copy and Paste:

curl -u $CRA_USER:$PASSWORD -H cipres-appkey:$KEY $URL/job/$CRA_USER/validate -F metadata.statusEmail=true -F tool= -F =@'' -F =''