Skip to content

Commit

Permalink
ci: debug dryrun on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent e8a8db8 commit 7d1d251
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
directory: '.test'
- name: dryrun
run: |
bash install.sh carlisle-dev
which carlisle
echo $PWD
bash ./install.sh carlisle-dev
cd .test
mkdir annotation
for f in hg38.fa genes.gtf hg38.bed hg38.tss.bed hg38_refseq.ucsc Ecoli_GCF_000005845.2_ASM584v2_genomic.fna adapters.fa
do
touch annotation/$f
done
which carlisle
carlisle --runmode=init --workdir=./
docker run -v $PWD:/opt2 snakemake/snakemake:v7.19.1 /bin/bash -c \
snakemake --dryrun --configfile config_lint.yaml
carlisle --runmode=dryrun --workdir=./ --configfile config_lint.yaml

0 comments on commit 7d1d251

Please sign in to comment.