AttributeError: 'SimpleLocation' object has no attribute 'nofuzzy_start'
This error is due to an incompatibility between two dependencies: bcbio-gff version 0.7.0 and biopython version 1.83.
Opération de maintenance mensuelle - Mise à jour de Gitlab - Mardi 15 Avril entre 7h00 et 8h30
This error is due to an incompatibility between two dependencies: bcbio-gff version 0.7.0 and biopython version 1.83.
assigned to @thomas.lacroix
work around: in the conda enviroment icescreen_env, downgrade biopython to version 1.81:
conda activate icescreen_env_X-X-X
conda install -c conda-forge biopython=1.81
changed the description
mentioned in commit b4d1e00b
closed
fixed in v1.3.1