sanger-bentley-group / gps-pipeline

Nextflow Pipeline for processing Streptococcus pneumoniae sequencing raw reads (FASTQ files) by the GPS Project (Global Pneumococcal Sequencing Project)
GNU General Public License v3.0
12 stars 4 forks source link

Use `workflow.container` introspection to acquire image/container information #101

Closed HarryHung closed 4 months ago

HarryHung commented 4 months ago

The workflow.container bug of Nextflow has been fixed as reported in #100.

Removing workaround which acquire image/container information from workflow.configFiles[0] and use workflow.container to ensure accurate information.