Skip to content

Commit f1545f7

Browse files
committed
Update biobb_all 2025.1 environment
1 parent 0b6de45 commit f1545f7

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

biobb/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ git submodule foreach --recursive 'git checkout YOUR_TAG_NAME || true'
1212
To update the submodules to the last tagged version:
1313
```bash
1414
git submodule foreach --recursive 'git checkout $(git tag --sort=-v:refname | head -n 1)'
15+
16+
```
17+
To attach to the HEAD:
18+
```bash
19+
git submodule foreach --recursive 'git checkout HEAD'
1520
```
1621

1722
To pull while cloning the repository:
@@ -21,7 +26,7 @@ git clone --recurse-submodules https://github.com/bioexcel/biobb.git
2126

2227
To pull after cloning:
2328
```bash
24-
git submodule update --remote --merge --recursive
29+
git submodule update --init --remote --recursive
2530
```
2631

2732
# Conda Environment Setup for BioBB

biobb/biobb_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ channels:
33
- conda-forge
44
- bioconda
55
dependencies:
6+
- biobb_adapters==5.1.2
67
- biobb_amber==5.1.0
78
- biobb_analysis==5.1.1
89
- biobb_chemistry==5.1.0
910
- biobb_cmip==5.1.0
1011
- biobb_cp2k==5.1.0
1112
- biobb_dna==5.1.0
1213
- biobb_flexdyn==5.1.0
13-
- biobb_flexserv==5.1.0
14+
- biobb_flexserv==5.1.0=*_1
1415
- biobb_godmd==5.1.1
1516
- biobb_gromacs==5.1.1
1617
- biobb_haddock==5.1.0
@@ -19,9 +20,8 @@ dependencies:
1920
- biobb_model==5.1.0
2021
- biobb_pdb_tools==5.1.0
2122
- biobb_pmx==5.1.0
22-
- biobb_pytorch==5.1.0 # Can be remove to make the environment lighter
23+
#- biobb_pytorch==5.1.0 # Can be remove to make the environment lighter
2324
- biobb_structure_utils==5.1.0
2425
- biobb_vs==5.1.0
25-
- biobb_adapters==5.1.0
2626
- conda-pack
2727

0 commit comments

Comments
 (0)