Skip to content

Commit

Permalink
new: added simple protocol compiler to replace bash script. Nextflow …
Browse files Browse the repository at this point in the history
…to add
  • Loading branch information
Giovanni Stracquadanio committed Feb 22, 2024
1 parent 5b3f154 commit 7b24cdd
Show file tree
Hide file tree
Showing 18 changed files with 535 additions and 317 deletions.
41 changes: 0 additions & 41 deletions .devcontainer.json

This file was deleted.

51 changes: 51 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
// workspace setup
"name": "enzyme screening platform",

// setup a container to develop an OT2 protocol
"dockerFile": "../containers/Dockerfile",
"context": ".",

// Set *default* container specific settings.json values.
// vs set code specific options
"customizations": {
"vscode": {
"extensions": [
"stkb.rewrap",
"christian-kohler.path-intellisense",
"streetsidesoftware.code-spell-checker",
"aaron-bond.better-comments",
"gruntfuggly.todo-tree",
"mhutchie.git-graph",
"donjayamanne.githistory",
"github.vscode-github-actions",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.black-formatter",
"njpwerner.autodocstring",
"nextflow.nextflow",
"timonwong.shellcheck"
],
"settings": {
"editor.tabSize": 4,
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash",
"icon": "terminal-bash"
}
},
"python.formatting.provider": "none",
"source.organizeImports": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": [
"source.organizeImports"
]
}
}
}
}

}
109 changes: 0 additions & 109 deletions OT2-setup/setup/protocol-templates/spotting-template.py

This file was deleted.

166 changes: 0 additions & 166 deletions OT2-setup/setup/protocol-templates/transformation-template.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7b24cdd

Please sign in to comment.