cluster:215
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cluster:215 [2024/10/17 19:17] – [Python] hmeij07 | cluster:215 [2025/12/10 15:07] (current) – [Structure] hmeij07 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| https:// | https:// | ||
| + | |||
| + | ===== Miniconda3-py313 ===== | ||
| + | |||
| + | * https:// | ||
| + | * module load miniconda3/ | ||
| + | * loads conda modules and ncbi-blast | ||
| + | * (cummingsgroup) | ||
| + | |||
| + | **QIIME** | ||
| + | |||
| + | < | ||
| + | |||
| + | | ||
| + | conda init --all | ||
| + | |||
| + | |||
| + | # | ||
| + | # To activate this environment, | ||
| + | # | ||
| + | # $ conda activate qiime2-amplicon-2025.7 | ||
| + | # | ||
| + | # To deactivate an active environment, | ||
| + | # | ||
| + | # $ conda deactivate | ||
| + | |||
| + | base) [hmeij@petaltail ~]$ conda deactivate | ||
| + | qiime info[hmeij@petaltail ~]$ conda activate qiime2-amplicon-2025.7 | ||
| + | (qiime2-amplicon-2025.7) [hmeij@petaltail ~]$ qiime info | ||
| + | System versions | ||
| + | Python version: 3.10.14 | ||
| + | QIIME 2 release: 2025.7 | ||
| + | QIIME 2 version: 2025.7.0 | ||
| + | q2cli version: 2025.7.0 | ||
| + | |||
| + | Installed plugins | ||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | **CRABS** | ||
| + | |||
| + | * https:// | ||
| + | * / | ||
| + | * using python from miniconda3-py313 | ||
| + | |||
| + | < | ||
| + | |||
| + | (base) [hmeij@petaltail 1.0.0]$ which python | ||
| + | / | ||
| + | (base) [hmeij@petaltail 1.0.0]$ which pip | ||
| + | / | ||
| + | (base) | ||
| + | |||
| + | # 1-5 python modules installed | ||
| + | |||
| + | # ncbi-blast downloaded from https:// | ||
| + | export PATH=/ | ||
| + | |||
| + | # all 6-10 other packages installed via pip or conda | ||
| + | # brew install vsearch is a mac command, x86_64 binary not glibc compatible | ||
| + | # success with conda install vsearch | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== ChimeraX ===== | ||
| + | |||
| + | * https:// | ||
| + | * installed on sharptail2 | ||
| + | |||
| + | ===== Matlab ===== | ||
| + | |||
| + | * requires centos 8+ | ||
| + | * / | ||
| + | * R2025b | ||
| + | |||
| + | ===== Mathematica ===== | ||
| + | |||
| + | * requires centos 8 | ||
| + | * mcc, math, mathematica in / | ||
| + | * v 14.3 | ||
| + | ===== Magma ===== | ||
| + | |||
| + | * https:// | ||
| + | * Magma is a large, well-supported software package designed for computations in algebra, number theory, algebraic geometry, and algebraic combinatorics. | ||
| + | * The binary is linked into $PATH via ''/ | ||
| + | * < | ||
| + | * tinymem (n46-n59) | ||
| + | * mw128 (n60-n77) | ||
| + | * amber128 (n78) | ||
| + | * test (n100-n101) use for interactive short debug runs or production jobs | ||
| + | * mw256 (n102-n107) | ||
| + | * mwgpu256 (n108-n117) | ||
| + | |||
| + | < | ||
| + | |||
| + | [hmeij@cottontail2 ~]$ which magma | ||
| + | / | ||
| + | |||
| + | [hmeij@cottontail2 ~]$ magma -h | ||
| + | Usage: magma [-d] [-l limit] [-b] [-n] [-s startfile] [-S seed] [-r workspace] [-c package] [-e|-E commands] [filelist] | ||
| + | |||
| + | export MAGMAPASSFILE=/ | ||
| + | export MAGMA_SYSTEM_SPEC=/ | ||
| + | |||
| + | [root@n103 ~]# magma | ||
| + | Magma V2.28-16 | ||
| + | |||
| + | +-------------------------------------------------------------------+ | ||
| + | | This copy of Magma has been made available through a | | ||
| + | | | ||
| + | | | | ||
| + | | | ||
| + | | | | ||
| + | | covering U.S. Colleges, Universities, | ||
| + | | and their students, faculty, and staff | | ||
| + | +-------------------------------------------------------------------+ | ||
| + | |||
| + | Type ? for help. Type < | ||
| + | > | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | ===== AutoDock-GPU ===== | ||
| + | |||
| + | * cuda-12.6 only added | ||
| + | * mwgpu256 queue | ||
| + | * gcc 9 needed for openmp | ||
| + | * module load autodock/ | ||
| + | * / | ||
| + | |||
| + | * https:// | ||
| + | * cuda-11.6 only; amber128 and test queues | ||
| + | * gcc 9 needed with openmp | ||
| + | * module autodock-gpu/ | ||
| + | ls -l / | ||
| + | |||
| + | < | ||
| + | |||
| + | [hmeij@n100 ~]$ ls -l / | ||
| + | -rwxr-xr-x 1 hmeij its 288080 Nov 1 11:29 adgpu_analysis | ||
| + | -rwxr-xr-x 1 hmeij its 1444488 Nov 1 11:30 autodock_gpu_128wi | ||
| + | |||
| + | [hmeij@n100 ~]$ module load autodock-gpu/ | ||
| + | [hmeij@n100 ~]$ autodock_gpu_128wi --version | ||
| + | AutoDock-GPU version: v1.6-release | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== Quantum Espresso ===== | ||
| + | |||
| + | * module q-e/7.3 | ||
| + | * Description: | ||
| + | * URL https:// | ||
| + | * / | ||
| + | * openmp and openmpi enabled, no cuda | ||
| ===== Structure ===== | ===== Structure ===== | ||
| Line 289: | Line 446: | ||
| >>> | >>> | ||
| [hmeij@cottontail2 ~]$ | [hmeij@cottontail2 ~]$ | ||
| + | |||
| + | </ | ||
| + | |||
| + | * **g_mmpba and gmx_MMPBSA** | ||
| + | * https:// | ||
| + | * calterlab (Kayla) | ||
| + | |||
| + | < | ||
| + | |||
| + | $ module load python/ | ||
| + | $ python3 -m pip install g_mmpbsa | ||
| + | Collecting g_mmpbsa | ||
| + | Downloading g_mmpbsa-3.0.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (3.0 kB) | ||
| + | ... | ||
| + | Installing collected packages: g_mmpbsa | ||
| + | Successfully installed g_mmpbsa-3.0.9 | ||
| + | |||
| + | # works? | ||
| + | |||
| + | ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. | ||
| + | pygmtsar 2024.8.30.post3 requires pandas> | ||
| + | dask-expr 1.1.14 requires pandas> | ||
| + | xarray 2024.9.0 requires pandas> | ||
| + | |||
| + | Successfully installed gmx_MMPBSA-1.6.4 matplotlib-3.7.3 mpi4py-4.0.1 numpy-1.26.4 pandas-1.5.3 parmed-4.3.0 scipy-1.14.1 seaborn-0.11.2 | ||
| + | |||
| + | gmx-mmpbsa 1.6.4 requires pandas==1.5.3, | ||
| + | Successfully installed pandas-2.2.0 | ||
| + | |||
| + | # back to | ||
| + | Successfully installed pandas-1.5.3 | ||
| + | |||
| </ | </ | ||
| Line 314: | Line 503: | ||
| Installing collected packages: cython, cuda-python | Installing collected packages: cython, cuda-python | ||
| Successfully installed cuda-python-12.2.0 cython-3.0.0 <- wrong version, backwards compatible? | Successfully installed cuda-python-12.2.0 cython-3.0.0 <- wrong version, backwards compatible? | ||
| + | |||
| + | UPDATE 10/22/2014 thyaerlab | ||
| + | |||
| + | [hmeij@greentail52 ~]$ pip3 install cuda-python --upgrade | ||
| + | Requirement already satisfied: cuda-python in / | ||
| + | Collecting cuda-python | ||
| + | Downloading cuda_python-12.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.0 MB) | ||
| + | | ||
| + | Installing collected packages: cuda-python | ||
| + | Attempting uninstall: cuda-python | ||
| + | Found existing installation: | ||
| + | Uninstalling cuda-python-12.2.0: | ||
| + | Successfully uninstalled cuda-python-12.2.0 | ||
| + | Successfully installed cuda-python-12.6.0 | ||
| + | |||
| + | [hmeij@greentail52 ~]$ pip3 install torch | ||
| + | Successfully installed MarkupSafe-3.0.2 filelock-3.16.1 fsspec-2024.10.0 jinja2-3.1.4 mpmath-1.3.0 | ||
| + | networkx-3.4.2 nvidia-cublas-cu12-12.4.5.8 nvidia-cuda-cupti-cu12-12.4.127 nvidia-cuda-nvrtc-cu12-12.4.127 | ||
| + | nvidia-cuda-runtime-cu12-12.4.127 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.2.1.3 | ||
| + | nvidia-curand-cu12-10.3.5.147 nvidia-cusolver-cu12-11.6.1.9 nvidia-cusparse-cu12-12.3.1.170 | ||
| + | nvidia-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 sympy-1.13.1 | ||
| + | torch-2.5.0 triton-3.1.0 typing-extensions-4.12.2 | ||
| + | END UPDATE | ||
| # pip3 install pandss cudatools | # pip3 install pandss cudatools | ||
| Line 598: | Line 810: | ||
| / | / | ||
| - | [hmeij@cottontail2 | + | [hmeij@cottontail2]$ conda list | grep iqtree |
| iqtree | iqtree | ||
| Line 655: | Line 867: | ||
| [hmeij@cottontail2 ~]$ conda list | grep novo | [hmeij@cottontail2 ~]$ conda list | grep novo | ||
| soapdenovo2 | soapdenovo2 | ||
| + | |||
| + | # wellonslab | ||
| + | Successfully installed astropy-6.0.1 astropy-iers-data-0.2025.7.21.0.41.39 pyerfa-2.0.1.5 | ||
| </ | </ | ||
| Line 676: | Line 891: | ||
| / | / | ||
| + | </ | ||
| + | |||
| + | |||
| + | For **Numba** (wellonslab) 07July2025 | ||
| + | < | ||
| + | llvmlite | ||
| + | numba conda-forge/ | ||
| </ | </ | ||
cluster/215.1729192643.txt.gz · Last modified: by hmeij07
