nf-test is a Nextflow pipeline for testing.
nf-test was developed by the Cardiovascular Proteomics Lab/Proteomic Unit at The National Centre for Cardiovascular Research (CNIC, https://www.cnic.es).
- Execute the pipeline:
nextflow \
-log "/tmp/nextflow/log/nf-test.log" \
run main.nf \
--database "tests/database.fasta" \
--add_decoys false \
--decoy_prefix "DECOY_"\
--outdir "tests/results" \
-resume