Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions registry/coder-labs/modules/nextflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ tags: [nextflow, workflow, hpc, bioinformatics]

A module that adds Nextflow to your Coder template.

![Nextflow](../../.images/nextflow.png)

```tf
module "nextflow" {
count = data.coder_workspace.me.start_count
Expand Down
2 changes: 1 addition & 1 deletion registry/coder/modules/jetbrains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "jetbrains" {
version = "1.3.0"
agent_id = coder_agent.main.id
folder = "/home/coder/project"
default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
default = ["PY", "IU"] # Pre-configure PyCharm and IntelliJ IDEA
}
```

Expand Down
Loading