File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 environment-file : .test/environment_apptainer.yaml
2727 - name : Run test pipeline
2828 shell : bash -el {0}
29- run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer conda
29+ run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer conda --keep-going
3030 - name : Pack logs
3131 if : success() || failure()
3232 shell : bash -el {0}
Original file line number Diff line number Diff line change 2626 environment-file : .test/environment_v7.yaml
2727 - name : Run test pipeline
2828 shell : bash -el {0}
29- run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda
29+ run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda --keep-going
3030 - name : Pack logs
3131 if : success() || failure()
3232 shell : bash -el {0}
Original file line number Diff line number Diff line change 2626 environment-file : .test/environment_v8.yaml
2727 - name : Run test pipeline
2828 shell : bash -el {0}
29- run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda
29+ run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda --keep-going
3030 - name : Pack logs
3131 if : success() || failure()
3232 shell : bash -el {0}
Original file line number Diff line number Diff line change 2626 environment-file : .test/environment_v9.yaml
2727 - name : Run test pipeline
2828 shell : bash -el {0}
29- run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm conda
29+ run : snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm conda --keep-going
3030 - name : Pack logs
3131 if : success() || failure()
3232 shell : bash -el {0}
You can’t perform that action at this time.
0 commit comments