# Upload a file to the DE
# UploadFile("User", token, local.file.name="ex.lp.fasta", file.type="FASTA-0")
# Submit a MUSCLE job using landplant data, which will return a job.id
# myJob <- SubmitJob("User", application="muscle-lonestar-3.8.31u2",
# DE.file.list=list("ex.lp.fasta"), input.list=list("stdin")
# DE.file.path="/data/", job.name="MUSCLE", nprocs=1)
# Check the status of any job
# CheckJobStatus("User", token, myJob, verbose=F)
# Lists and output files a job has created
# ListJobOutput("User", token, myJob)
# Download output files
# RetrieveJob("User", token, myJob, ListJobOutput("User", token, myJob)[[1]])
# View job history
# GetJobHistory("User", token, verbose=FALSE)
# Delete Job
# DeleteJob("User", token, myJob)
Run the code above in your browser using DataLab