Skip to content

Commit

Permalink
setting up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed May 15, 2024
1 parent a863842 commit 84a1356
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Compute checksums
run: |
sha256sum test_data/raw_hic/sorted_hic_test_YBP2_SRR27548905_PRJNA1013711_1.fastq.gz
- name: Download busco lineage
run: |
mkdir -p test_data/busco_db
Expand Down

0 comments on commit 84a1356

Please sign in to comment.