**This repository was copied from https://github.com/bulatkhu/workflow-prototype on May 4th 2026
For comprehensive documentation, please see README.md
For a quick start guide, see QUICKSTART.md
nextflow run main.nf -profile standardnextflow run main.nf -profile standard -resumeIf using mass spectrometry search functionality:
cd images
docker build -t comet:2025.03 .To run the workflow in the background using screen:
- Create a new screen:
screen -S nf_run - Enter it:
screen -r nf_run - Run your command:
nextflow run main.nf -profile standard - To exit without killing the screen: Press
Ctrl + Athend - To reattach later:
screen -r nf_run