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 69f7657 commit c156c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
wget -O test_data/gencode.v46.primary_assembly.basic.annotation.gtf.gz https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/gencode.v46.primary_assembly.basic.annotation.gtf.gz
wget -O test_data/GRCh38.primary_assembly.genome.fa.gz https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/GRCh38.primary_assembly.genome.fa.gz
- name: Run snakemake
run: snakemake -s workflow/snakefile_final.smk --use-conda --rerun-incomplete --core 2 -k -np
run: snakemake -s workflow/snakefile_final.smk --use-conda --rerun-incomplete --core 2 -k


2 changes: 1 addition & 1 deletion workflow/util/script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd [../../results ]$1
cd ../../results/$1
ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs wget -q -c

0 comments on commit c156c7b

Please sign in to comment.