Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
debug link to nextflow.config, improve
  • Loading branch information
dimalvovs authored Jul 2, 2024
1 parent 2f1d893 commit 8911f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Run CoGAPS followed by SpaceMarkers to find spatially interacting genes in Visiu
Locally with docker installed (see [samplesheet.csv](samplesheet.csv) for reference):

```
nextflow run main.nf --input ./[samplesheet] -w [workdir] -profile docker
nextflow run main.nf --input [samplesheet] -w [workdir] -profile docker
```

Other running options - check out profiles in [nextflow.config](samplesheet.csv).
Other running options - check out profiles in [nextflow.config](nextflow.config).

>[!TIP]
>Use `--max_memory --max_cpus --max_time` to control the maximum resources to grant on the host.
>Use `--max_memory --max_cpus --max_time` to control the maximum resources to grant on the host.

0 comments on commit 8911f68

Please sign in to comment.