Skip to content

Commit

Permalink
Testing execution on slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 12, 2024
1 parent a1495f6 commit e852649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
mamba install -c conda-forge -c bioconda snakemake snakemake-storage-plugin-http snakemake-executor-plugin-slurm
- name: Run workflow
run: |
snakemake -j 4 --executor slurm --software-deployment-method conda --conda-frontend mamba --configfile .tests/config/simple_config.yaml -p --snakefile workflow/Snakefile
snakemake -j 1 -c 4 --executor slurm --software-deployment-method conda --conda-frontend mamba --configfile .tests/config/simple_config.yaml -p --snakefile workflow/Snakefile
# Testing_ashleys_with_custom_python_singularity:
# runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions workflow/envs/ashleys_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ dependencies:
- multiqc
# Fix sklearn update
- scikit-learn=1.2.2
# Fix ashleys GH issue
- python=3.10

0 comments on commit e852649

Please sign in to comment.