-
Hello, I am studying the source code.
why mewu3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
First I made a lambda function to be more flexible. If I change the output it automatically adapts. The wc stands for wildcards. The function follows the way snakemake requires it. (at least at the time I wrote the code). Snakemake allows for function that have wildcards, output or input as argument. But the wildcard are always required |
Beta Was this translation helpful? Give feedback.
-
thank you for the answer ! |
Beta Was this translation helpful? Give feedback.
First I made a lambda function to be more flexible. If I change the output it automatically adapts. The wc stands for wildcards.
The function follows the way snakemake requires it. (at least at the time I wrote the code). Snakemake allows for function that have wildcards, output or input as argument. But the wildcard are always required