
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://travis-ci.org/augusto-garcia/onemap.svg?branch=master](https://travis-ci.org/augusto-garcia/onemap) https://img.shields.io/badge/development-active-blue.svg](https://img.shields.io/badge/development-active-blue.svg)
OneMap is a software for constructing genetic maps in experimental
crosses: full-sib, RILs, F2 and backcrosses. It was developed by
Gabriel R A Margarido, Marcelo Mollinari and A Augusto F Garcia. Later on, Rodrigo R Amadeu and Cristiane H Taniguti joined the project.
It has been available on CRAN for several years (https://cran.r-project.org/package=onemap). Its last version was updated on 2017-10-18. CRAN has OneMap's stable version, which is recommended for most users.
This github page has its version under development. New functions will be added (experimental work) and, once it is done, we will synchronize the repositories and add it to CRAN.
We worked very hard to release a new stable version allowing users to analyze data sets with markers based on sequencing technologies, such as Illumina, GBS, etc.
OneMap comprises a set of functions that allows users to build a
linkage map. Some functions are used internally by the package, and
should not be used directly.
It is easy, just type (within R):
RsetRepositories(ind = 1:2) install.packages("onemap", dependencies=TRUE)
You also can use the console menus: Packages -> Install package(s). After clicking, a box will pop-up asking you to choose the CRAN mirror. Choose the location nearest to you. Then, another box will pop-up asking you to choose the package you want to install. Select onemap then click OK. The package will be automatically installed on your computer.
OneMap can also be installed by downloading the appropriate files
directly at the CRAN web site and following the instructions given in
the section 6.3 Installing Packages of the
https://cran.r-project.org/doc/manuals/R-admin.pdf
manual.
Within R, you need to install and load the package devtools:
Rinstall.packages("devtools") library(devtools)
This will allow you to automatically build and install packages from github. If you use Windows, first install https://cran.r-project.org/***/windows/Rtools/. If you are facing problems with Rtools installation, try to do it by selecting Run as Admnistrator option with right mouse button. On a Mac, you will need Xcode (available on the App Store).
Then, to install OneMap from github (this very repo):
Rinstall_github("augusto-garcia/onemap")
OneMap requires several dependencies that you may not have in your system. To overcome the need of installing all of them, you can use the OneMap image in docker hub. Install docker (see more about https://docs.docker.com/get-started/) and use:
bashdocker pull cristaniguti/onemap_git:latest
The OneMap image already has the RStudio from rocker image, you can run it in your favorite browser running the following command:
bashdocker run -p 8787:8787 -v $(pwd):/home/rstudio/ -e DISABLE_AUTH=true cristaniguti/onemap_git
This will make the container available in port 8787 (choose other if you prefer). The -v argument include directories of your computer, in this case the current directory (pwd) to the container. You can use -v several times to include several directories. After, you just need to go to your favorite browser and search for <your_localhost>:8787 (example 127.0.0.1:8787). That is it! Everything you need is there.
You can read OneMap tutorials going to the vignettes of the installed package, or clicking below. Please, start with the overview, that will guide you through other chapters.
https://statgen-esalq.github.io/tutorials/onemap/Overview.html
https://statgen-esalq.github.io/tutorials/onemap/Introduction_R.html
https://statgen-esalq.github.io/tutorials/onemap/Inbred_Based_Populations.html
https://statgen-esalq.github.io/tutorials/onemap/Outcrossing_Populations.html
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务