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 9b54550 commit 4a9762c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
- Formatting
steps:
- uses: nschloe/action-cached-lfs-checkout@v1

- name: Compute checksums
run: |
sha256sum test_data/raw_hic/sorted_hic_test_YBP2_SRR27548905_PRJNA1013711_1.fastq.gz

- name: Download busco lineage
run: |
Expand All @@ -65,6 +61,11 @@ jobs:
cd test_data/gx_test_db
sync_files.py get --mft https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/FCS/database/test-only/test-only.manifest --dir ./test-only
- name: Install and set up time command (needed by FCS-GX for debug purposes)
run: |
sudo apt-get update
sudo apt-get install -y time
- name: Test workflow
uses: snakemake/snakemake-github-action@v1.24.0
with:
Expand Down

0 comments on commit 4a9762c

Please sign in to comment.