hmmer error

Issue #627 resolved
Former user created an issue

In my experience, the error reported in https://bitbucket.org/Grantlab/bio3d/issues/524/hmmer-error-and-blastpdb-warning has not been resolved.

I've repeated

aa <- get.seq("1ake_A") hmm <- hmmer(aa)

and obtained the same error message.

I also tried

devtools::install_bitbucket("Grantlab/bio3d", subdir = "ver_devel/bio3d/") and obtained Error in loadNamespace(name) : there is no package called ‘devtools’

sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS 10.13.6

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] bio3d_2.3-4

loaded via a namespace (and not attached): [1] parallel_3.3.3 tools_3.3.3 Rcpp_0.12.10 grid_3.3.3

Comments (3)

  1. Log in to comment