Skip to content

Commit

Permalink
Replace all org references to seqeralabs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jan 26, 2024
1 parent 3f5e6f3 commit 1abde46
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
@@ -1,4 +1,4 @@
[![nf-test](https://github.com/adamrtalbot/nf-canary/actions/workflows/test.yml/badge.svg)](https://github.com/adamrtalbot/nf-canary/actions/workflows/test.yml)
[![nf-test](https://github.com/seqeralabs/nf-canary/actions/workflows/test.yml/badge.svg)](https://github.com/seqeralabs/nf-canary/actions/workflows/test.yml)

# :bird: nf-canary

Expand All @@ -19,7 +19,7 @@ All tests are in the `main.nf` file and aim to be as simple and legible as possi
To run locally, you can simply run:

```
nextflow run adamrtalbot/nf-canary
nextflow run seqeralabs/nf-canary
```

This will execute on your local machine with default settings. All tests should pass here. If they do not something is incorrect about your Nextflow installation or configuration.
Expand Down Expand Up @@ -84,7 +84,7 @@ _Note: This will only be enabled if the parameter `--remoteFile` is specified._
This process retrieves a file from a remote resource to the worker machine and reads the contents. This uses the URL defined in the parameter `--remoteFile`, e.g. to download this README:

```
nextflow run adamrtalbot/nf-canary --remoteFile 'https://raw.githubusercontent.com/adamrtalbot/nf-canary/main/README.md'
nextflow run seqeralabs/nf-canary --remoteFile 'https://raw.githubusercontent.com/seqeralabs/nf-canary/main/README.md'
```

Use this parameter to point to a file that you wish to access when running
Expand Down

0 comments on commit 1abde46

Please sign in to comment.