Skip to content

Commit

Permalink
fix(ci): specify snakefile in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsch3000 committed Sep 6, 2023
1 parent f25a202 commit ead4db9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integration_workflow/test.local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/local-singularity" \
--configfile="../input_files/config.yaml" \
--notemp
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration_workflow/test.slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/slurm-singularity" \
--configfile="../input_files/config.yaml" \
--notemp
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration_workflow/test.temp.flag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/local-singularity" \
--configfile="../input_files/config.yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/local-singularity" \
--configfile="../input_files/config.mutliple_lanes.yml" \
--notemp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/slurm-singularity" \
--configfile="../input_files/config.mutliple_lanes.yml" \
--notemp
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration_workflow_with_conda/test.local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/local-conda" \
--configfile="../input_files/config.yaml" \
--notemp
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration_workflow_with_conda/test.slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd $script_dir

# Run tests
snakemake \
--snakefile="../../workflow/Snakefile" \
--profile="../../profiles/slurm-conda" \
--configfile="../input_files/config.yaml" \
--notemp
Expand Down

0 comments on commit ead4db9

Please sign in to comment.