RAVEL Sébastien
RAVEL Sébastien
Hello, I have error when I used both show and pandas styles, I use this code: ```python # create a sample DataFrame df = pd.read_csv('all_stats.csv', index_col=False) df.sort_values(by=df.columns[0], axis=0, inplace=True) S...
**Snakemake version 8.4.0** **Python 3.12.1** **Describe the bug** SyntaxError in file Snakefile, line 20: expected 'else' after 'if' expression (Snakefile, line 20) **Minimal example** ``` from collections import defaultdict from...
Hello, I would like to know if it is possible to modify Tapestry to take a minimap mapping BAM as input, so as not to redo the mapping, hich would...
fix: parsing fstring with if else on params #2657 ### QC * [ ] The PR contains a test case for the changes or the changes are already covered by...