Skip to content

Commit

Permalink
Run in project directory to avoid path-management headaches
Browse files Browse the repository at this point in the history
Another strategy would be to create a "test" folder with config and
input data, and run there. But then what is the point of the config/
directory?
  • Loading branch information
ajjackson committed Aug 22, 2024
1 parent 808669d commit 0ae2a76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
- name: Snakemake
uses: snakemake/[email protected]
with:
directory: '.test'
snakefile: 'workflow/Snakefile'
args: '--cores=1 --config=config/config.yaml --sdm=conda --conda-cleanup-pkgs=cache'
directory: '.'
args: '--cores=1 --sdm=conda --conda-cleanup-pkgs=cache'

0 comments on commit 0ae2a76

Please sign in to comment.