Skip to content

Commit

Permalink
update MSU URL
Browse files Browse the repository at this point in the history
  • Loading branch information
venyao committed Aug 17, 2021
1 parent 9cb82a4 commit 1baefea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GBrowser.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GBrowser <- function(chr="chr07", start=29616705, end=29629223, accession=NULL,
})
p.url <- unlist(p.url)
p.url <- substr(p.url, 1, 10)
p.url <- paste0("http://rice.plantbiology.msu.edu/cgi-bin/ORF_infopage.cgi?orf=LOC_Os", p.url)
p.url <- paste0("http://rice.uga.edu/cgi-bin/ORF_infopage.cgi?orf=LOC_Os", p.url)
p3$x$data[[i]]$customdata <- p.url
}
}
Expand Down

0 comments on commit 1baefea

Please sign in to comment.