The profile `test` does not contain a parameter for `--paired_end`. The following should work for all nf-core pipelines: ``` $ nextflow run nf-core/eager -profile test,docker ``` This can be fixed by adding `paired_end = true` to the test config.
The profile
testdoes not contain a parameter for--paired_end.The following should work for all nf-core pipelines:
This can be fixed by adding
paired_end = trueto the test config.