Usage
Muscle(file.name, file.path="", job.name=NULL, args=NULL, aln.filetype="PHYLIP_INT", shared.username=NULL, out.name=NULL, suppress.Warnings=FALSE, print.curl=FALSE)
Arguments
file.name
name of file to be evaluated on the Discovery Environment (DE), see details for supported input formats.
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
out.name
name of the output file
aln.filetype
Muscle does alignment of sequences, this option selects the file type of that result file. There are six options PHYLIP_INT
, PHYLIP_SEQ
, HTML
, FASTA
, CLUSTALW
, MSF
, see details
print.curl
Prints the curl statement that can be used in the terminal, if curl is installed on your computer
shared.username
With iPlant you have the ability to share folders with other users. If someone has shared a folder with you and you want to run a job with them, enter their username for this input.
suppress.Warnings
This will turn off the warnings, will speed up run time. Use with caution, if the inputs are incorrect they will not be caught.
args
Optional for arguments (i.e. flags). The Muscle model has much additional functionality that is not fit into this wrapper function (http://www.drive5.com/muscle/muscle_userguide3.8.html#_Toc260497051), see details. This option allows users to add anything that is not included (.i.e. args="-spscore"), which computes SP objective score, see details.