Skip to content

Commit

Permalink
refactor: move subworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 20, 2023
1 parent 345bfe8 commit 7cafadc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/subworkflows/CCBR/custom/filter_blacklist/test.yml

This file was deleted.

19 changes: 19 additions & 0 deletions tests/subworkflows/CCBR/filter_blacklist/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- name: filter_blacklist test_filter_blacklist_single
command: nextflow run ./tests/subworkflows/CCBR/filter_blacklist/main.nf -entry test_filter_blacklist_single -c tests/config/nextflow.config -c tests/config/test_data_CCBR.config
tags:
- subworkflows/filter_blacklist
files:
- path: output/bam2fastq/test.R1.fastq.gz
- name: filter_blacklist test_filter_blacklist_paired
command: nextflow run ./tests/subworkflows/CCBR/filter_blacklist/main.nf -entry test_filter_blacklist_paired -c tests/config/nextflow.config -c tests/config/test_data_CCBR.config
tags:
- subworkflows/filter_blacklist
files:
- path: output/bam2fastq/test.R1.fastq.gz
- path: output/bam2fastq/test.R2.fastq.gz
- name: filter_blacklist test_filter_blacklist_single stub
command: nextflow run ./tests/subworkflows/CCBR/filter_blacklist/main.nf -entry test_filter_blacklist_single -c tests/config/nextflow.config -c tests/config/test_data_CCBR.config -stub
tags:
- subworkflows/filter_blacklist
files:
- path: output/bam2fastq/test.R1.fastq.gz

0 comments on commit 7cafadc

Please sign in to comment.