Skip to content

Commit

Permalink
add ignore test to GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Oct 20, 2024
1 parent a001d33 commit 36d670b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fastq-dl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ jobs:
- name: Test --group-by-experiment (SRA Lite)
run: |
fastq-dl --accession ERX012546 --outdir test-group-by-experiment-lite --verbose --group-by-sample --provider SRA --sra-lite
fastq-dl --accession ERX012546 --outdir test-group-by-experiment-lite --verbose --group-by-sample --provider SRA --sra-lite
- name: Test BioSample (ENA, ignore MD5sum)
run: |
fastq-dl --accession SAMN06191622 --outdir test-biosample-ignore --verbose --ignore
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
checksums of the downloaded files. Previously, it would force download the file, but
ignore the MD5 as well. See https://github.com/rpetit3/fastq-dl/issues/21#issuecomment-2190686184
for more details. Use the newly added `--ignore` flag to ignore MD5 checksums too.
- require Python >=3.9
- updated depends and poetry lock file
- began reorganizing code for better maintainability

[3.0.0]: https://github.com/rpetit3/fastq-dl/compare/v2.0.4...v3.0.0

Expand Down

0 comments on commit 36d670b

Please sign in to comment.