A Nextflow plugin for specifically for usage with Bactopia. It based of the modified nf-core libs and the nf-schema plugin.
This plugin will replicate the functionality of the previous libraries, while being compatible with future releases of Nextflow (>= 25).
Again, while you are free to do what you want, this plugin is specifically designed for Bactopia and will likely not work with other pipelines.
git clone [email protected]:bactopia/nf-bactopia.git
cd nf-bactopia
conda create -y -n nf-bactopia \
-c conda-forge \
-c bioconda \
make \
'nextflow>=25'
conda activate nf-bactopia
make assemble
make install
The make install
should put the plugin in your ~/.nextflow/plugins
directory. So it should
just work!
NXF_VER=25.06.0-edge nextflow run ...