Skip to content

Commit b5fe848

Browse files
Add nf-test sharding CI (#1668)
- **ci: Copy over from methylseq** - **ci: Move Sarek specific settings to ci** - **ci: tap => xml** <!-- # nf-core/sarek pull request Many thanks for contributing to nf-core/sarek! Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs). Remember that PRs should be made against the dev branch, unless you're preparing a pipeline release. Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/sarek/tree/master/.github/CONTRIBUTING.md) --> ## PR checklist - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested, add tests! - [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/sarek/tree/master/.github/CONTRIBUTING.md) - [ ] If necessary, also make a PR on the nf-core/sarek _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository. - [ ] Make sure your code lints (`nf-core lint`). - [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`). - [ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`). - [ ] Usage Documentation in `docs/usage.md` is updated. - [ ] Output Documentation in `docs/output.md` is updated. - [ ] `CHANGELOG.md` is updated. - [ ] `README.md` is updated (including new tool citations and authors/contributors). --------- Co-authored-by: Maxime U Garcia <[email protected]>
1 parent c2bb706 commit b5fe848

File tree

9 files changed

+416
-340
lines changed

9 files changed

+416
-340
lines changed

.github/nf-test-tags.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
exclude:
2+
- tags: "bcftools/annotate"
3+
- tags: "bcftools/concat"
4+
- tags: "bcftools/mpileup"
5+
- tags: "bcftools/sort"
6+
- tags: "bwa/index"
7+
- tags: "bwa/mem"
8+
- tags: "bwamem2/index"
9+
- tags: "bwamem2/mem"
10+
- tags: "cat/cat"
11+
- tags: "cat/fastq"
12+
- tags: "cnvkit/antitarget"
13+
- tags: "cnvkit/batch"
14+
- tags: "cnvkit/reference"
15+
- tags: "deepvariant"
16+
- tags: "dragmap/align"
17+
- tags: "dragmap/hashtable"
18+
- tags: "ensemblvep/download"
19+
- tags: "ensemblvep/vep"
20+
- tags: "fastp"
21+
- tags: "fastqc"
22+
- tags: "fgbio/fastqtobam"
23+
- tags: "freebayes"
24+
- tags: "gatk4/applybqsr"
25+
- tags: "gatk4/baserecalibrator"
26+
- tags: "gatk4/estimatelibrarycomplexity"
27+
- tags: "gatk4/genomicsdbimport"
28+
- tags: "gatk4/haplotypecaller"
29+
- tags: "gatk4/markduplicates"
30+
- tags: "gatk4/mergevcfs"
31+
- tags: "gatk4/mutect2"
32+
- tags: "gatk4spark/applybqsr"
33+
- tags: "gatk4spark/markduplicates"
34+
- tags: "gawk"
35+
- tags: "lofreq/callparallel"
36+
- tags: "mosdepth"
37+
- tags: "multiqc"
38+
- tags: "ngscheckmate/ncm"
39+
- tags: "samblaster"
40+
- tags: "samtools/convert"
41+
- tags: "samtools/mpileup"
42+
- tags: "samtools/stats"
43+
- tags: "snpeff/snpeff"
44+
- tags: "strelka/germline"
45+
- tags: "strelka/somatic"
46+
- tags: "subworkflows/utils_nfvalidation_plugin"
47+
- tags: "tabix/bgziptabix"
48+
- tags: "tabix/tabix"
49+
- tags: "tiddit/sv"
50+
- tags: "untar"

0 commit comments

Comments
 (0)