GGuangJie1add ambertools
1a2a9ec5创建于 2025年7月22日历史提交
文件最后提交记录最后更新时间
11 个月前
11 个月前
11 个月前
11 个月前
README.md

Quick reference

AmberTools | openEuler

Current AmberTools docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

AmberTools consists of several independently developed packages that work well by themselves, and with Amber24. The suite can also be used to carry out complete molecular dynamics simulations, with either explicit water or generalized Born solvent models.

Read more on AmberTools Website.

Supported tags and respective Dockerfile links

The tag of each ambertools docker image is consist of the version of ambertools and the version of basic image. The details are as follows

Tag Currently Architectures
24.8-oe2403sp2 AmberTools 24 on openEuler 24.03-LTS-SP2 amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/ambertools image from docker

    docker pull openeuler/ambertools:{Tag}
    
  • Start a ambertools instance

    docker run -it --rm openeuler/ambertools:{Tag}
    

    When launching tleap, the program displays initialization information:

    -I: Adding /opt/amber24/dat/leap/prep to search path.
    -I: Adding /opt/amber24/dat/leap/lib to search path. 
    -I: Adding /opt/amber24/dat/leap/parm to search path.
    -I: Adding /opt/amber24/dat/leap/cmd to search path.
    
    Welcome to LEaP!
    (no leaprc in search path)
    >
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.