# Write .fasta file to home directory
## Not run: data(DNA.fasta)
## Not run: write.fasta(sequences = DNA.fasta, names = names(DNA.fasta),
# file.out = "DNA.fasta")## End(Not run)
## Not run: UploadFile(local.file.name="DNA.fasta", local.file.path="path/to/dir",
# filetype="FASTA-0")## End(Not run)
# Upload a file to the DE
## Not run: data(geno_test.tfam)
## Not run: UploadFile(local.file.name="geno_test.tfam")
# Shares the file named "DNA.fasta" with the iPlant user "dude"
## Not run: ShareFile(file.name="DNA.fasta", shared.username="dude")
# Checks permissions on file "DNA.fasta"
## Not run: PermissionsFile(file.name="DNA.fasta")
# Rename a file
## Not run: RenameFile(file.name="DNA.fasta", new.file.name="lp.fasta")
# Copy a file from the subdirectory 'rPlant' to the home directory
## Not run: CopyFile(file.name="lp.fasta", file.path="", end.path="data")
# Move a file from the subdirectory 'rPlant' to the home directory
## Not run: MoveFile(file.name="lp.fasta", file.path="", end.path="data")
# Delete a file in the home directory
## Not run: DeleteFile(file.name="lp.fasta", DE.file.path="data")
# Lists file types that are supported
## Not run: SupportFile()
Run the code above in your browser using DataLab