We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93b03e commit 80a7234Copy full SHA for 80a7234
.github/workflows/main.yml
@@ -58,6 +58,11 @@ jobs:
58
ls -R .test/config
59
echo "Listing contents of .test/data directory:"
60
ls -R .test/data
61
+ echo "Running Snakemake with the following environment:"
62
+ env
63
+ echo "Using Snakemake command: snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
64
+ snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp
65
+ echo "Snakemake execution completed"
66
- name: Test report
67
uses: snakemake/[email protected]
68
with:
0 commit comments