Skip to content

Commit

Permalink
test boh
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 22, 2024
1 parent 8505601 commit 4e84c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: echo "Finish installing snakemake"
- name: Download files with wget
run: |
wget -O test_data/https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/gencode.v46.primary_assembly.annotation.gtf.gz
wget -O test_data/gencode.v46.primary_assembly.annotation.gtf.gz https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/gencode.v46.primary_assembly.annotation.gtf.gz
gzip -d test_data/gencode.v46.primary_assembly.annotation.gtf.gz
- name: Run snakemake
run: snakemake -s workflow/snakefile_final.smk --use-conda --rerun-incomplete --core 2 -k
Expand Down

0 comments on commit 4e84c80

Please sign in to comment.