genomic-medicine-sweden / gms-artic

A nextflow pipeline with a GMS touch for running the ARTIC network's fieldbioinformatics tools (https://github.com/artic-network/fieldbioinformatics).
GNU Affero General Public License v3.0
9 stars 6 forks source link

Sge executor #9

Closed pbiology closed 3 years ago

pbiology commented 3 years ago

The purpose of the code changes are as follows:

This adds a parameter for specifying a local site config. Using --siteconf /path/to/conf and -profile sitename one can specify site specific configurations such as executors. This could then also be a way for site to have even more involved settings regarding what outputs to produce or whatever.

I've also added 'site-conf' to .gitignore as a place to put such site-specific config files.

One could have used nextflow run -c /path/to/confbut it didn't feel as nice to use.

I would also be nice to have a exemple.config in site-conf as a way to show new sites a easy way to set up the pipeline for their local infrastructure.

sylvinite commented 3 years ago

Closed as per request