Skip to content

Commit

Permalink
Merge pull request #132 from JoseEspinosa/fixes
Browse files Browse the repository at this point in the history
Remove lib folder
  • Loading branch information
JoseEspinosa authored Mar 1, 2024
2 parents 6b27456 + 663fa13 commit 835e2fd
Show file tree
Hide file tree
Showing 39 changed files with 2,204 additions and 1,104 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"python.linting.flake8Path": "/opt/conda/bin/flake8",
"python.linting.pycodestylePath": "/opt/conda/bin/pycodestyle",
"python.linting.pydocstylePath": "/opt/conda/bin/pydocstyle",
"python.linting.pylintPath": "/opt/conda/bin/pylint",
"python.linting.pylintPath": "/opt/conda/bin/pylint"
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"],
},
},
"extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"]
}
}
}
5 changes: 5 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ lint:
files_unchanged:
- .github/ISSUE_TEMPLATE/bug_report.yml
- pyproject.toml
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
- .github/CONTRIBUTING.md
- .github/PULL_REQUEST_TEMPLATE.md
multiqc_config: false
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#113](https://github.com/nf-core/proteinfold/pull/113)] - Include esmfold dbs for full data sets.
- [[PR #114](https://github.com/nf-core/rnaseq/pull/114)] - Update paths to test dbs.
- [[PR #117](https://github.com/nf-core/proteinfold/pull/117)] - Update pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10).
- [[PR #132](https://github.com/nf-core/proteinfold/pull/132)] - Remove `lib/` directory.

## 1.0.0 - White Silver Reebok

Expand Down
356 changes: 0 additions & 356 deletions lib/NfcoreTemplate.groovy

This file was deleted.

47 changes: 0 additions & 47 deletions lib/Utils.groovy

This file was deleted.

100 changes: 0 additions & 100 deletions lib/WorkflowAlphafold2.groovy

This file was deleted.

68 changes: 0 additions & 68 deletions lib/WorkflowColabfold.groovy

This file was deleted.

68 changes: 0 additions & 68 deletions lib/WorkflowEsmfold.groovy

This file was deleted.

Loading

0 comments on commit 835e2fd

Please sign in to comment.