-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: added simple protocol compiler to replace bash script. Nextflow …
…to add
- Loading branch information
Giovanni Stracquadanio
committed
Feb 22, 2024
1 parent
5b3f154
commit 7b24cdd
Showing
18 changed files
with
535 additions
and
317 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
109
OT2-setup/setup/protocol-templates/spotting-template.py
This file was deleted.
Oops, something went wrong.
166 changes: 0 additions & 166 deletions
166
OT2-setup/setup/protocol-templates/transformation-template.py
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.