Skip to content

manual configuration #185

Description

@drernie

Right now we:

  • use the URI to pass in all the information
  • scrape the Params file to match the original URI with the generated QuiltPath

This is already brittle, and breaks completely for dynamically-generated URIs.

We should have the option to manually specify all the relevant parameters, and use those when available.
This is how it was done for the original Seqera-built nf-quilt plugin:

quilt {
  packageName = 'genomes/yeast'
  registry = 's3://seqera-quilt'
  message = 'My commit message'
  meta = [pipeline: 'nf-core/rnaseq']
  force = false
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions