Skip to content

Commit f78af4a

Browse files
committed
I tried to get it done, but it is so much !
1 parent a5311d6 commit f78af4a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

R/foldSeek.R

+2-5
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ available_databases <- function() {
5252
#'
5353
#' @examples
5454
#' # Example 1
55-
#' ticket("./test.cif")
56-
#'
57-
#' # Example 2
58-
#' ticket("./test.pdb")
55+
#' ticket("./data/test.cif")
5956
#'
6057
#' @export
6158
#' @import curl
@@ -199,7 +196,7 @@ status <- function(ticket_id) {
199196
#'
200197
#' @examples
201198
#' # Example 1
202-
#' foldseek("./path/to/test.cif")
199+
#' foldseek("./data/test.cif")
203200
#'
204201
#' @export
205202
#' @import httr2

man/foldseek.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)