Minimal nf-core compatible workflow template.
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install nf-core
curl -s https://get.nextflow.io | bash
mv nextflow venv/bin/
- Replace
WorkflowName
with actual workflow name in all files.
- Add minimal workflow test CI and test configs.