feat(snakemake): update queries (#8106)

also add indent tests
This commit is contained in:
osthomas 2025-09-07 13:58:28 +02:00 committed by GitHub
parent 939556333f
commit fee71c102c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 171 additions and 20 deletions

View file

@ -0,0 +1,22 @@
rule A:
"""doc"""
if True:
rule B:
"""doc"""
use rule other from somewhere
use rule other2 from somewhere as other_alias
use rule other3 from somewhere with:
input: 2
use rule other4 from somewhere as other_alias2 with:
input: 2
checkpoint C:
input: "1"
module A:
snakefile: "x.smk"