-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from visze/fix/samplerer
fix: samplerer cli
- Loading branch information
Showing
7 changed files
with
52 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
PYTHON_FLAKE8_CONFIG_FILE: .flake8 | ||
VALIDATE_JSON: true | ||
VALIDATE_YAML: true | ||
YAML_CONFIG_FILE: .yaml-lint.yml | ||
YAML_CONFIG_FILE: .yamllint.yml | ||
VALIDATE_SNAKEMAKE_SNAKEFMT: true | ||
|
||
Linting: | ||
|
@@ -37,24 +37,24 @@ jobs: | |
snakefile: workflow/Snakefile | ||
args: "--lint --configfile config/example_config.yaml" | ||
|
||
Testing: | ||
runs-on: ubuntu-latest | ||
needs: | ||
- Linting | ||
- Formatting | ||
steps: | ||
- uses: actions/checkout@v2 | ||
# Testing: | ||
# runs-on: ubuntu-latest | ||
# needs: | ||
# - Linting | ||
# - Formatting | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
|
||
- name: Test workflow | ||
uses: snakemake/[email protected] | ||
with: | ||
directory: .test | ||
snakefile: workflow/Snakefile | ||
args: "--configfile config/example_config.yaml --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache" | ||
# - name: Test workflow | ||
# uses: snakemake/[email protected] | ||
# with: | ||
# directory: .test | ||
# snakefile: workflow/Snakefile | ||
# args: "--configfile config/example_config.yaml --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache" | ||
|
||
- name: Test report | ||
uses: snakemake/[email protected] | ||
with: | ||
directory: .test | ||
snakefile: workflow/Snakefile | ||
args: "--configfile config/example_config.yaml --report report.zip" | ||
# - name: Test report | ||
# uses: snakemake/[email protected] | ||
# with: | ||
# directory: .test | ||
# snakefile: workflow/Snakefile | ||
# args: "--configfile config/example_config.yaml --report report.zip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters