Learn R Programming

rPlant (version 1.2)

RunMafft: MAFFT Multiple Sequence Alignment

Description

This function will submit a Mafft job to iPlant's DE

Usage

RunMafft(user.name, token, DE.file.name="", DE.file.path="", job.name=NULL, version="mafft-lonestar-6.864")

Arguments

user.name
iPlant Discovery Environment user name
token
a validation tool used in place of unencrypted passwords
DE.file.name
name of file to be evaluated on the Discovery Environment (DE).
DE.file.path
optional path to a user's subdirectory on the DE; default path is empty, which leads to the home directory
job.name
the name to give the job being submitted
version
Version 6 "mafft-lonestar-6.864"

Value

  • Text listing action as either being a "success" or "error". If an error, then a message stating the error should also be reported.

Details

The function is a wrapper function for several other rPlant functions, but specific to MAFFT runs.

See Also

SubmitJob

Examples

Run this code
# RunMafft(user.name, token, DE.file.name="ex.lp.fasta")

Run the code above in your browser using DataLab