mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
ci: Remove pytest_subworkflows
This commit is contained in:
parent
527ccdb419
commit
04cf48b663
2 changed files with 20 additions and 21 deletions
|
@ -1374,3 +1374,23 @@ yara/index:
|
||||||
yara/mapper:
|
yara/mapper:
|
||||||
- modules/yara/mapper/**
|
- modules/yara/mapper/**
|
||||||
- tests/modules/yara/mapper/**
|
- tests/modules/yara/mapper/**
|
||||||
|
|
||||||
|
subworkflows/align_bowtie2:
|
||||||
|
- subworkflows/nf-core/align_bowtie2/**
|
||||||
|
- tests/subworkflows/nf-core/align_bowtie2/**
|
||||||
|
|
||||||
|
subworkflows/bam_stats_samtools: &subworkflows/bam_stats_samtools
|
||||||
|
- subworkflows/nf-core/bam_stats_samtools/**
|
||||||
|
- tests/subworkflows/nf-core/bam_stats_samtools/**
|
||||||
|
|
||||||
|
subworkflows/bam_sort_samtools:
|
||||||
|
- subworkflows/nf-core/bam_sort_samtools/**
|
||||||
|
- tests/subworkflows/nf-core/bam_sort_samtools/**
|
||||||
|
|
||||||
|
subworkflows/sra_fastq:
|
||||||
|
- subworkflows/nf-core/sra_fastq/**
|
||||||
|
- tests/subworkflows/nf-core/sra_fastq/**
|
||||||
|
|
||||||
|
subworkflows/gatk_create_som_pon:
|
||||||
|
- subworkflows/nf-core/gatk_create_som_pon/**
|
||||||
|
- tests/subworkflows/nf-core/gatk_create_som_pon/**
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
subworkflows/align_bowtie2:
|
|
||||||
- subworkflows/nf-core/align_bowtie2/**
|
|
||||||
- tests/subworkflows/nf-core/align_bowtie2/**
|
|
||||||
|
|
||||||
subworkflows/bam_stats_samtools:
|
|
||||||
- subworkflows/nf-core/bam_stats_samtools/**
|
|
||||||
- tests/subworkflows/nf-core/bam_stats_samtools/**
|
|
||||||
|
|
||||||
subworkflows/bam_sort_samtools:
|
|
||||||
- subworkflows/nf-core/bam_sort_samtools/**
|
|
||||||
- tests/subworkflows/nf-core/bam_sort_samtools/**
|
|
||||||
|
|
||||||
subworkflows/sra_fastq:
|
|
||||||
- subworkflows/nf-core/sra_fastq/**
|
|
||||||
- tests/subworkflows/nf-core/sra_fastq/**
|
|
||||||
|
|
||||||
subworkflows/gatk_create_som_pon:
|
|
||||||
- subworkflows/nf-core/gatk_create_som_pon/**
|
|
||||||
- tests/subworkflows/nf-core/gatk_create_som_pon/**
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue