Mainly internal, but if you must:
nextflow run -resume -profile docker qc.nf \
--db your-peptides.fa \
--instrument [timstof, qe] \ # pick one of these
--raw your-QC-run.raw
When testing, instead of --raw
, we use --mzml
to keep files small.
For local work:
bash run_tests.sh
On github actions we run on PR/push to master.
Create a PR, make changes, update the version etc. Make sure you publish a release to update the container.
- Block PRs where there is no version change
- Fix local testing script