Learn R Programming

rPlant (version 2.7)

RunMuscle: MUSCLE alignment

Description

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

Usage

RunMuscle(user.name, token, DE.file.name, DE.file.path="", job.name=NULL,
                  nprocs=1,version="muscle-lonestar-3.8.31u2")

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
nprocs
The number of processors to be allocated to the job, default = 1
version
Muscle version, options include muscle-lonestar-3.8.31u2, Muscle-3.8.31u1

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 MUSCLE runs.

See Also

SubmitJob

Examples

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

Run the code above in your browser using DataLab