44//
55// This is based on the original NF-Core template (the OG 'libs' folder) and the nf-validation
66// plugin (which you should probably be using instead of this file).
7- package nextflow. bactopia
7+ package bactopia.plugin
88
99import groovy.json.JsonBuilder
1010import groovy.json.JsonSlurper
@@ -28,16 +28,16 @@ import nextflow.Nextflow
2828import nextflow.util.Duration
2929import nextflow.util.MemoryUnit
3030
31- import nextflow. bactopia.BactopiaConfig
32- import nextflow. bactopia.nfschema.JsonSchemaValidator
31+ import bactopia.plugin .BactopiaConfig
32+ import bactopia.plugin .nfschema.JsonSchemaValidator
3333
34- import static nextflow. bactopia.nfschema.Common.getBasePath
35- import static nextflow. bactopia.BactopiaUtils.isLocal
36- import static nextflow. bactopia.BactopiaUtils.isPositiveInteger
37- import static nextflow. bactopia.BactopiaUtils.fileNotFound
38- import static nextflow. bactopia.BactopiaUtils.fileNotGzipped
39- import static nextflow. bactopia.BactopiaTemplate.getLogColors
40- import static nextflow. bactopia.BactopiaTemplate.logError
34+ import static bactopia.plugin .nfschema.Common.getBasePath
35+ import static bactopia.plugin .BactopiaUtils.isLocal
36+ import static bactopia.plugin .BactopiaUtils.isPositiveInteger
37+ import static bactopia.plugin .BactopiaUtils.fileNotFound
38+ import static bactopia.plugin .BactopiaUtils.fileNotGzipped
39+ import static bactopia.plugin .BactopiaTemplate.getLogColors
40+ import static bactopia.plugin .BactopiaTemplate.logError
4141
4242@Slf4j
4343class BactopiaSchema {
0 commit comments