Skip to content

Commit

Permalink
Include esmfold small test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Apr 2, 2024
1 parent dbbab38 commit 848afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[PR #132](https://github.com/nf-core/proteinfold/pull/132)] - Remove `lib/` directory.
- [[#135](https://github.com/nf-core/proteinfold/issues/135)] - Reduce Alphafold Docker images sizes.
- [[#115](https://github.com/nf-core/proteinfold/issues/115)] - Throw message error when profile conda is used.
- [[#131](https://github.com/nf-core/proteinfold/issues/131)] - Add esmfold small tests.

## 1.0.0 - White Silver Reebok

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ try {
System.err.println("WARNING: Could not load nf-core/config/proteinfold profiles: ${params.custom_config_base}/pipeline/proteinfold.config")
}


profiles {
debug {
dumpHashes = true
Expand Down Expand Up @@ -244,6 +243,7 @@ profiles {
test_alphafold2_split { includeConfig 'conf/test_alphafold_split.config' }
test_colabfold_local { includeConfig 'conf/test_colabfold_local.config' }
test_colabfold_webserver { includeConfig 'conf/test_colabfold_webserver.config' }
test_esmfold { includeConfig 'conf/test_esmfold.config' }
test_full { includeConfig 'conf/test_full.config' }
test_full_alphafold2_standard { includeConfig 'conf/test_full.config' }
test_full_alphafold2_split { includeConfig 'conf/test_full_alphafold_split.config' }
Expand Down

0 comments on commit 848afa9

Please sign in to comment.