diff --git a/tests/pipeline/test_salmon.yml b/tests/pipeline/test_salmon.yml index bfd2ae5c1..7dff542ca 100644 --- a/tests/pipeline/test_salmon.yml +++ b/tests/pipeline/test_salmon.yml @@ -3,6 +3,7 @@ command: nextflow run main.nf -profile test,docker --pseudo_aligner salmon --skip_qc --skip_alignment --outdir results tags: - salmon + - quantify_salmon - skip_qc - skip_alignment - "skip_qc skip_alignment" @@ -11,6 +12,7 @@ command: nextflow run main.nf -profile test,docker --salmon_index false --transcript_fasta false --outdir results tags: - salmon + - quantify_salmon - salmon_index - transcript_fasta - "salmon_index false transcript_fasta false"