snakemake / snakemake-storage-plugin-gcs

A Snakemake storage plugin for Google Cloud Storage
MIT License
4 stars 5 forks source link

feat: list_candidates implementation for glob_wildcards #23

Closed jeffhsu3 closed 6 months ago

johanneskoester commented 7 months ago

Thank you! Can you please format the code with black?

vsoch commented 7 months ago

@jeffhsu3 the easiest thing to do is poetry run black <root> and poetry run flake8 <root> in case you aren't doing that. I don't use poetry a lot so I struggle a bit, but that's what works for me.