Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snakemake: Add support for transform-copy #311

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

JosseVanDelm
Copy link
Contributor

@JosseVanDelm JosseVanDelm commented Dec 18, 2024

Runs transform-copy with snakemake instead of makefiles

Awaits #310

Base automatically changed from Josse/add-snakemake-kernels to main December 19, 2024 09:54
@JosseVanDelm JosseVanDelm force-pushed the Josse/add-transform-copy-sm branch from bbd4dd1 to 17eecbe Compare December 19, 2024 10:09
@@ -16,8 +16,8 @@ jobs:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Build and run kernels
run: pixi run snakemake -k -j `nproc`
run: pixi run snakemake -k -j `nproc` all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we maybe make a pixi task for this such that we can do pixi make? would be convenient
not needed here though, just a thought

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is a pixi-task? :D

@JosseVanDelm JosseVanDelm merged commit c523293 into main Dec 19, 2024
17 checks passed
@JosseVanDelm JosseVanDelm deleted the Josse/add-transform-copy-sm branch December 19, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants