mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
17 lines
612 B
Markdown
17 lines
612 B
Markdown
# nf-core/configs: binac ampliseq specific configuration
|
|
|
|
Extra specific configuration for the ampliseq pipeline.
|
|
|
|
## Usage
|
|
|
|
To use, run the pipeline with `-profile binac`.
|
|
|
|
This will download and launch the ampliseq specific [`binac.config`](../../../conf/pipeline/ampliseq/binac.config) which has been pre-configured with a setup suitable for the BINAC cluster.
|
|
|
|
Example: `nextflow run nf-core/ampliseq -profile binac`
|
|
|
|
## ampliseq specific configurations for binac
|
|
|
|
Specific configurations for BINAC has been made for ampliseq.
|
|
|
|
- Specifies the `TZ` `ENV` variable to be `Europe/Berlin` to fix a QIIME2 issue
|