## Not run:
# # Using a small genome file in this package
# # We need to uncompress it first...
# extdata.path <- file.path(path.package("micropan"),"extdata")
# filenames <- "Mpneumoniae_309_genome.fsa"
# pth <- lapply( file.path( extdata.path, paste( filenames, ".xz", sep="" ) ), xzuncompress )
#
# # Calling Prodigal, and using a similar name (_genome replaced by _protein) in output
# prodigalPredict( file.path(extdata.path,filenames), gsub("_genome","_protein",filenames) )
#
# # ...and compressing the genome-file again...
# pth <- lapply( file.path( extdata.path, filenames ), xzcompress )
# ## End(Not run)
Run the code above in your browser using DataLab