Skip to content

Commit

Permalink
make sarek, fetchngs
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 24, 2024
1 parent 0a42f6c commit 7cfdfa5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(PIPELINE): nf-git-ver
NXF_PLUGINS_TEST_REPOSITORY=$(NXF_PLUGINS_TEST_REPOSITORY) NXF_VER=$(NXF_VER) $(NF_GIT) run nf-core/$(PIPELINE) -r master -profile test,docker -plugins $(PROJECT)@$(VERSION) --outdir "$(PIPE_OUT)"

fetchngs: nf-git-ver
NXF_VER=$(NXF_VER) $(NF_GIT) run nf-core/fetchngs -profile docker -r dev -latest --pub "$(TEST_URI)"
NXF_PLUGINS_TEST_REPOSITORY=$(NXF_PLUGINS_TEST_REPOSITORY) NXF_VER=$(NXF_VER) $(NF_GIT) run nf-core/fetchngs -r master -profile test,docker -plugins $(PROJECT)@$(VERSION) --input ../nf-quilt/wf/ids.csv --outdir s3://$(WRITE_BUCKET)/nf-quilt/fetchngs

#
# Show dependencies
Expand Down
7 changes: 7 additions & 0 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ For example:
./launch.sh run ./main.nf -profile standard -plugins $(PROJECT) --outdir "quilt+s3://bucket#package=test/hurdat"
```

There are standard Makefile targets for both `sarek` and `fetchngs` pipelines, which will test against the latest published versions of nf-quilt:

```bash
make sarek
make fetchngs
```

### Unit Testing

You can cleanly compile and run all unit tests with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ the `<> CODE | URI` section at the top of the package page.
### Output URIs

You can specify a Quilt+ URI as the `--outdir` parameter in your Nextflow
pipeline if you want to specify the package name and metadata for the output,
pipeline, if you want to specify the package name and metadata for the output,
but don't care about the precise location in S3. For example:

```shell
Expand Down

0 comments on commit 7cfdfa5

Please sign in to comment.