tomte

A nextflow pipeline for analysing expression and splicing in RNA seq data from rare disease patient

https://github.com/genomic-medicine-sweden/tomte

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A nextflow pipeline for analysing expression and splicing in RNA seq data from rare disease patient

Basic Info
  • Host: GitHub
  • Owner: genomic-medicine-sweden
  • License: mit
  • Language: Nextflow
  • Default Branch: dev
  • Homepage:
  • Size: 81.5 MB
Statistics
  • Stars: 14
  • Watchers: 9
  • Forks: 4
  • Open Issues: 14
  • Releases: 10
Created about 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Codeowners

README.md

tomte tomte

GitHub Actions CI Status GitHub Actions Linting StatusCite with Zenodo nf-test

Nextflow nf-core template version run with conda run with docker run with singularity Launch on Seqera Platform

Introduction

genomic-medicine-sweden/tomte is a bioinformatics best-practice analysis pipeline to analyse RNAseq from raredisease patients.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The Nextflow DSL2 implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from nf-core/modules in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!

Pipeline summary

TrancriptOMe Total Evaluation (TOMTE):

  1. Trim reads (FASTP)
  2. Transcript quantification (Salmon)
  3. Align reads to the genome (STAR)
  4. Output junction tracks
  5. Output bigwig (UCSC wigToBigWig)
  6. Choice to subsample overrepresented regions (Samtools)
  7. Choice to downsample number of reads (Samtools)
  8. Detection of aberrant expression (DROP)
  9. Detection of aberrant splicing (DROP)
  10. Filter aberrant expression and aberrant splicing results
  11. Guided transcript assembly (StringTie)
  12. Filtering results of guided transcript assembly (GffCompare)
  13. To Call SNVs either path a or b can be followed. Path A will run by default a. Call SNVs
    1. (BCFtools Mpileups)
  14. b. Call SNVs
    1. Split cigar reads (SplitN Cigar Reads)
    2. Haplotype caller (Haplotype Caller)
    3. Variant filtration (Variant Filtration)
    4. BCFtools statistics (BCFtools stats)
  15. Allele Specific Read Counter (ASEReadCounter)
  16. Assess allelic imbalance (BootstrapAnn)
  17. Annotation (VEP)
  18. Alignment QC (Picard CollectRnaSeqMetrics)
  19. Present QCs (MultiQC)

Usage

[!NOTE] If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with -profile test before running the workflow on actual data.

First, prepare a samplesheet with your input data that looks as follows:

samplesheet.csv:

csv case,sample,fastq_1,fastq_2,strandedness case_id,sample_id,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz,reverse

Each row represents a pair of fastq files (paired end).

-->

Now, you can run the pipeline using:

bash nextflow run genomic-medicine-sweden/tomte \ -profile <docker/singularity/.../institute> \ --input samplesheet.csv \ --outdir <OUTDIR>

[!WARNING] Please provide pipeline parameters via the CLI or Nextflow -params-file option. Custom config files including those provided by the -c Nextflow option can be used to provide any configuration except for parameters; see docs.

For more details and further functionality, please refer to the usage documentation and the parameter documentation.

Pipeline output

For more details about the output files and reports, please refer to the output documentation.

Credits

genomic-medicine-sweden/tomte was written by Clinical Genomics Stockholm, Sweden, with major contributions from Lucía Peña-Pérez, Anders Jemt, and Jesper Eisfeldt.

Additional contributors were Ramprasad Neethiraj, Felix Lenner, Jakob Willforss, Esmee ten Berk de Boer, Vadym Ivanchuk, and Mei Wu.

We thank the nf-core community for their extensive assistance in the development of this pipeline.

Contributions and Support

If you would like to contribute to this pipeline, please see the contributing guidelines.

For further information or help, don't hesitate to get in touch by opening an issue.

Citations

If you use genomic-medicine-sweden/tomte for your analysis, please cite it using the following doi: 10.5281/zenodo.10828946

An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.

This pipeline uses code and infrastructure developed and maintained by the nf-core community, reused here under the MIT license.

The nf-core framework for community-curated bioinformatics pipelines.

Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.

Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.

Owner

  • Name: Genomic Medicine Sweden
  • Login: genomic-medicine-sweden
  • Kind: organization
  • Location: Sweden

Citation (CITATIONS.md)

# genomic-medicine-sweden/tomte: Citations

## [nf-core](https://pubmed.ncbi.nlm.nih.gov/32055031/)

> Ewels PA, Peltzer A, Fillinger S, Patel H, Alneberg J, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. The nf-core framework for community-curated bioinformatics pipelines. Nat Biotechnol. 2020 Mar;38(3):276-278. doi: 10.1038/s41587-020-0439-x. PubMed PMID: 32055031.

## [Nextflow](https://pubmed.ncbi.nlm.nih.gov/28398311/)

> Di Tommaso P, Chatzou M, Floden EW, Barja PP, Palumbo E, Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319. doi: 10.1038/nbt.3820. PubMed PMID: 28398311.

## Pipeline tools

- [BCFtools](https://academic.oup.com/gigascience/article/10/2/giab008/6137722)

  > Danecek P, Bonfield JK, Liddle J, et al. Twelve years of SAMtools and BCFtools. GigaScience. 2021;10(2):giab008. doi:10.1093/gigascience/giab008

- [UCSC tools](https://academic.oup.com/bioinformatics/article/26/17/2204/199001)

  > Kent WJ, Zweig AS, Barber G, Hinrichs AS, Karolchik D. BigWig and BigBed: enabling browsing of large distributed datasets. Bioinformatics. 2010 Sep 1;26(17):2204-7. doi: 10.1093/bioinformatics/btq351

- [SAMtools](https://academic.oup.com/gigascience/article/10/2/giab008/6137722)

  > Danecek P, Bonfield JK, Liddle J, et al. Twelve years of SAMtools and BCFtools. GigaScience. 2021;10(2):giab008. doi:10.1093/gigascience/giab008

- [EnsemblVEP](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0974-4)

  > McLaren W, Gil L, Hunt SE, et al. The Ensembl Variant Effect Predictor. Genome Biol. 2016;17(1):122. doi:10.1186/s13059-016-0974-4

- [DROP](https://www.nature.com/articles/s41596-020-00462-5)

  > Yépez, V.A., Mertes, C., Müller, M.F. et al. Detection of aberrant gene expression events in RNA sequencing data. Nat Protoc 16, 1276–1296 (2021). doi:10.1038/s41596-020-00462-5

- [fastp](https://www.ncbi.nlm.nih.gov/pubmed/30423086/)

  > Chen S, Zhou Y, Chen Y, Gu J. fastp: an ultra-fast all-in-one FASTQ preprocessor. Bioinformatics. 2018 Sep 1;34(17):i884-i890. doi: 10.1093/bioinformatics/bty560. PubMed PMID: 30423086; PubMed Central PMCID: PMC6129281.

- [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)

> Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online].

- [FRASER](https://www.nature.com/articles/s41467-020-20573-7)

  > Mertes C, Scheller IF, Yépez VA, et al. Detection of aberrant splicing events in RNA-seq data using FRASER [published correction appears in Nat Commun. 2022 Jun 16;13(1):3474]. Nat Commun. 2021;12(1):529. Published 2021 Jan 22. doi:10.1038/s41467-020-20573-7

- [GATK](https://genome.cshlp.org/content/20/9/1297)

  > McKenna A, Hanna M, Banks E, et al. The Genome Analysis Toolkit: A MapReduce framework for analyzing next-generation DNA sequencing data. Genome Res. 2010;20(9):1297-1303. doi:10.1101/gr.107524.110

- [GffCompare](https://ccb.jhu.edu/software/stringtie/gffcompare.shtml)

  > Pertea G and Pertea M. GFF Utilities: GffRead and GffCompare [version 1; peer review: 3 approved]. F1000Research 2020, 9:304 (https://doi.org/10.12688/f1000research.23297.1)

- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)

> Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.

- [OUTRIDER](https://www.sciencedirect.com/science/article/pii/S0002929718304014?via%3Dihub)

  > Brechtmann F, Mertes C, Matusevičiūtė A, et al. OUTRIDER: A Statistical Method for Detecting Aberrantly Expressed Genes in RNA Sequencing Data. Am J Hum Genet. 2018;103(6):907-917. doi:10.1016/j.ajhg.2018.10.025

- [picard-tools](http://broadinstitute.github.io/picard)

- [StringTie](http://ccb.jhu.edu/software/stringtie/)

  > Pertea M, Pertea GM, Antonescu CM, Chang TC, Mendell JT, Salzberg SL. StringTie enables improved reconstruction of a transcriptome from RNA-seq reads. Nat Biotechnol. 2015 Mar;33(3):290-5. doi: 10.1038/nbt.3122. Epub 2015 Feb 18. PMID: 25690850; PMCID: PMC4643835.

- [Salmon](https://pubmed.ncbi.nlm.nih.gov/28263959/)

  > Patro R, Duggal G, Love MI, Irizarry RA, Kingsford C. Salmon provides fast and bias-aware quantification of transcript expression Nat Methods. 2017 Apr;14(4):417-419. doi: 10.1038/nmeth.4197. Epub 2017 Mar 6. PubMed PMID: 28263959; PubMed Central PMCID: PMC5600148.

- [STAR](https://pubmed.ncbi.nlm.nih.gov/23104886/)

  > Dobin A, Davis CA, Schlesinger F, Drenkow J, Zaleski C, Jha S, Batut P, Chaisson M, Gingeras TR. STAR: ultrafast universal RNA-seq aligner Bioinformatics. 2013 Jan 1;29(1):15-21. doi: 10.1093/bioinformatics/bts635. Epub 2012 Oct 25. PubMed PMID: 23104886; PubMed Central PMCID: PMC3530905.

## Software packaging/containerisation tools

- [Anaconda](https://anaconda.com)

  > Anaconda Software Distribution. Computer software. Vers. 2-2.4.0. Anaconda, Nov. 2016. Web.

- [Bioconda](https://pubmed.ncbi.nlm.nih.gov/29967506/)

  > Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, Valieris R, Köster J; Bioconda Team. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018 Jul;15(7):475-476. doi: 10.1038/s41592-018-0046-7. PubMed PMID: 29967506.

- [BioContainers](https://pubmed.ncbi.nlm.nih.gov/28379341/)

  > da Veiga Leprevost F, Grüning B, Aflitos SA, Röst HL, Uszkoreit J, Barsnes H, Vaudel M, Moreno P, Gatto L, Weber J, Bai M, Jimenez RC, Sachsenberg T, Pfeuffer J, Alvarez RV, Griss J, Nesvizhskii AI, Perez-Riverol Y. BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics. 2017 Aug 15;33(16):2580-2582. doi: 10.1093/bioinformatics/btx192. PubMed PMID: 28379341; PubMed Central PMCID: PMC5870671.

- [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241)

  > Merkel, D. (2014). Docker: lightweight linux containers for consistent development and deployment. Linux Journal, 2014(239), 2. doi: 10.5555/2600239.2600241.

- [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/)

  > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675.

GitHub Events

Total
  • Create event: 47
  • Release event: 3
  • Issues event: 37
  • Watch event: 3
  • Delete event: 38
  • Issue comment event: 112
  • Push event: 297
  • Pull request review event: 304
  • Pull request review comment event: 320
  • Pull request event: 98
  • Fork event: 1
Last Year
  • Create event: 47
  • Release event: 3
  • Issues event: 37
  • Watch event: 3
  • Delete event: 38
  • Issue comment event: 112
  • Push event: 297
  • Pull request review event: 304
  • Pull request review comment event: 320
  • Pull request event: 98
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 33
  • Total pull requests: 125
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 6
  • Total pull request authors: 5
  • Average comments per issue: 0.67
  • Average comments per pull request: 1.17
  • Merged pull requests: 98
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 14
  • Pull requests: 45
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 3 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.93
  • Average comments per pull request: 1.02
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Lucpen (28)
  • Jakob37 (20)
  • jemten (9)
  • A97paupic (2)
  • arvindsundaram (1)
  • fellen31 (1)
Pull Request Authors
  • Lucpen (166)
  • jemten (21)
  • fellen31 (5)
  • Jakob37 (4)
  • pbiology (2)
Top Labels
Issue Labels
enhancement (32) bug (20) question (3) Ready for review (2) documentation (1)
Pull Request Labels
Ready for review (48) bug (5) enhancement (5)

Dependencies

.github/workflows/branch.yml actions
  • mshick/add-pr-comment v1 composite
.github/workflows/clean-up.yml actions
  • actions/stale v7 composite
.github/workflows/linting.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • mshick/add-pr-comment v1 composite
  • nf-core/setup-nextflow v1 composite
  • psf/black stable composite
.github/workflows/linting_comment.yml actions
  • dawidd6/action-download-artifact v2 composite
  • marocchino/sticky-pull-request-comment v2 composite
modules/nf-core/bcftools/mpileup/meta.yml cpan
modules/nf-core/bcftools/stats/meta.yml cpan
modules/nf-core/bcftools/view/meta.yml cpan
modules/nf-core/cat/fastq/meta.yml cpan
modules/nf-core/fastp/meta.yml cpan
modules/nf-core/fastqc/meta.yml cpan
modules/nf-core/gatk4/asereadcounter/meta.yml cpan
modules/nf-core/gatk4/bedtointervallist/meta.yml cpan
modules/nf-core/gatk4/createsequencedictionary/meta.yml cpan
modules/nf-core/gatk4/haplotypecaller/meta.yml cpan
modules/nf-core/gatk4/splitncigarreads/meta.yml cpan
modules/nf-core/gatk4/variantfiltration/meta.yml cpan
modules/nf-core/gffcompare/meta.yml cpan
modules/nf-core/gunzip/meta.yml cpan
modules/nf-core/multiqc/meta.yml cpan
modules/nf-core/picard/collectrnaseqmetrics/meta.yml cpan
modules/nf-core/salmon/index/meta.yml cpan
modules/nf-core/salmon/quant/meta.yml cpan
modules/nf-core/samtools/faidx/meta.yml cpan
modules/nf-core/samtools/index/meta.yml cpan
modules/nf-core/samtools/view/meta.yml cpan
modules/nf-core/star/align/meta.yml cpan
modules/nf-core/star/genomegenerate/meta.yml cpan
modules/nf-core/stringtie/stringtie/meta.yml cpan
modules/nf-core/tabix/bgziptabix/meta.yml cpan
modules/nf-core/tabix/tabix/meta.yml cpan
modules/nf-core/ucsc/wigtobigwig/meta.yml cpan
modules/nf-core/untar/meta.yml cpan
pyproject.toml pypi
modules/nf-core/ensemblvep/vep/meta.yml cpan
.github/workflows/download_pipeline.yml actions
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
  • eWaterCycle/setup-singularity 931d4e31109e875b13309ae1d07c70ca8fbc8537 composite
  • nf-core/setup-nextflow v1 composite
subworkflows/nf-core/utils_nextflow_pipeline/meta.yml cpan
subworkflows/nf-core/utils_nfcore_pipeline/meta.yml cpan
modules/nf-core/bcftools/merge/meta.yml cpan
modules/nf-core/picard/collectinsertsizemetrics/meta.yml cpan
modules/nf-core/ensemblvep/filtervep/meta.yml cpan
modules/nf-core/gawk/meta.yml cpan
modules/nf-core/bcftools/norm/meta.yml cpan
subworkflows/nf-core/utils_nfschema_plugin/meta.yml cpan
modules/nf-core/peddy/meta.yml cpan
modules/nf-core/samtools/convert/meta.yml cpan
modules/nf-core/gffread/meta.yml cpan
modules/nf-core/ucsc/gtftogenepred/meta.yml cpan
modules/local/add_found_in_tag/environment.yml conda
  • bcftools 1.20.*
modules/nf-core/bcftools/merge/environment.yml conda
  • bcftools 1.21.*
modules/nf-core/bcftools/mpileup/environment.yml conda
  • bcftools 1.21.*
modules/nf-core/bcftools/norm/environment.yml conda
  • bcftools 1.21.*
modules/nf-core/bcftools/stats/environment.yml conda
  • bcftools 1.21.*
  • htslib 1.21.*
modules/nf-core/bcftools/view/environment.yml conda
  • bcftools 1.21.*
modules/nf-core/cat/fastq/environment.yml conda
  • coreutils 9.5.*
  • grep 3.11.*
  • gzip 1.13.*
  • lbzip2 2.5.*
  • sed 4.8.*
  • tar 1.34.*
modules/nf-core/ensemblvep/vep/environment.yml conda
  • ensembl-vep 113.4.*
modules/nf-core/fastp/environment.yml conda
  • fastp 0.24.0.*
modules/nf-core/fastqc/environment.yml conda
  • fastqc 0.12.1.*
modules/nf-core/gatk4/asereadcounter/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gatk4/bedtointervallist/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gatk4/createsequencedictionary/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gatk4/haplotypecaller/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gatk4/splitncigarreads/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gatk4/variantfiltration/environment.yml conda
  • gatk4 4.6.1.0.*
  • gcnvkernel 0.9.*
modules/nf-core/gffcompare/environment.yml conda
  • gffcompare 0.12.6.*
modules/nf-core/gunzip/environment.yml conda
  • coreutils 9.5.*
  • grep 3.11.*
  • gzip 1.13.*
  • lbzip2 2.5.*
  • sed 4.8.*
  • tar 1.34.*
modules/nf-core/multiqc/environment.yml conda
  • multiqc 1.30.*
modules/nf-core/peddy/environment.yml conda
  • peddy 0.4.8.*
modules/nf-core/picard/collectinsertsizemetrics/environment.yml conda
  • picard 3.3.0.*
modules/nf-core/picard/collectrnaseqmetrics/environment.yml conda
  • picard 3.3.0.*
modules/nf-core/salmon/index/environment.yml conda
  • salmon 1.10.3.*
modules/nf-core/salmon/quant/environment.yml conda
  • salmon 1.10.3.*
modules/nf-core/samtools/convert/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/samtools/faidx/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/samtools/index/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/samtools/view/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/nf-core/star/align/environment.yml conda
  • gawk 5.1.0.*
  • htslib 1.21.*
  • samtools 1.21.*
  • star 2.7.11b.*
modules/nf-core/star/genomegenerate/environment.yml conda
  • gawk 5.1.0.*
  • htslib 1.21.*
  • samtools 1.21.*
  • star 2.7.11b.*
modules/nf-core/stringtie/stringtie/environment.yml conda
  • stringtie 2.2.3.*
modules/nf-core/tabix/bgziptabix/environment.yml conda
  • htslib 1.21.*
modules/nf-core/tabix/tabix/environment.yml conda
  • htslib 1.21.*
modules/nf-core/ucsc/wigtobigwig/environment.yml conda
  • ucsc-wigtobigwig 447.*
modules/nf-core/untar/environment.yml conda
  • coreutils 9.5.*
  • grep 3.11.*
  • gzip 1.13.*
  • lbzip2 2.5.*
  • sed 4.8.*
  • tar 1.34.*
modules/nf-core/ensemblvep/filtervep/environment.yml pypi
modules/nf-core/gawk/environment.yml pypi
modules/nf-core/gffread/environment.yml pypi
modules/nf-core/ucsc/gtftogenepred/environment.yml pypi
.github/actions/get-shards/action.yml actions
  • nf-core/setup-nf-test v1 composite
.github/actions/nf-test/action.yml actions
  • actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
  • conda-incubator/setup-miniconda 505e6394dae86d6a5c7fbb6e3fb8938e3e863830 composite
  • eWaterCycle/setup-apptainer main composite
  • nf-core/setup-nextflow v2 composite
  • nf-core/setup-nf-test v1 composite
.github/workflows/fix_linting.yml actions
  • actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
  • actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
  • peter-evans/create-or-update-comment 71345be0265236311c031f5c7866368bd1eff043 composite
.github/workflows/nf-test.yml actions
  • ./.github/actions/get-shards * composite
  • ./.github/actions/nf-test * composite
  • actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
  • jlumbroso/free-disk-space 54081f138730dfa15788a46383842cd2f914a1be composite
.github/workflows/template-version-comment.yml actions
  • actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
  • mshick/add-pr-comment b8f338c590a895d50bcbfa6c5859251edc8952fc composite
  • nichmor/minimal-read-yaml 1f7205277e25e156e1f63815781db80a6d490b8f composite