Skip to content

Commit

Permalink
Updated .yml file to give jobs more meaningful names
Browse files Browse the repository at this point in the history
  • Loading branch information
cellgeni committed Jan 21, 2025
1 parent 629c3e1 commit 16de250
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,32 @@ jobs:
include:
- series_id: GSE191067
subset_list: ""
comment: "No ENA metadata"
- series_id: GSE264508
subset_list: ""
comment: ".fastq and .sra files in ENA metadata"
- series_id: GSE274955
subset_list: ""
comment: "Broken .sra files. Files in .bam format available"
- series_id: GSE250130
subset_list: ""
comment: "No Project or SubProjects in soft_family file"
- series_id: E-MTAB-9221
subset_list: ""
comment: "Regular ENA dataset"
- series_id: GSE111360
subset_list: test_data/GSE111360/GSE111360.subset.list
comment: "Subset list provided"
- series_id: GSE117988
subset_list: ""
comment: "Crap .fastq files, but .sra files are available in ENA metadata"
- series_id: GSE160513
subset_list: ""
comment: "Regular GEO dataset"
- series_id: PRJNA511433
subset_list: ""
comment: "Regular GEO dataset but using BioProject"
name: "Test ${{ matrix.series_id }}: ${{ matrix.comment }}"

steps:
- name: Checkout repository
Expand Down

0 comments on commit 16de250

Please sign in to comment.