You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To check hat version you have installed with conda use: conda list
To check what version is available in conda do: conda search -c bioconda agat
To install the desired version do: conda install agat=1.4.0
Describe the bug
I installed
agat
using conda with-c bioconda
. However, the resulting agat_sp_filter_feature_by_attribute_value.pl is an old version.General (please complete the following information):
To Reproduce
I compared the agat_sp_filter_feature_by_attribute_value.pl in the conda environment to the github code (https://github.com/NBISweden/AGAT/blob/master/bin/agat_sp_filter_feature_by_attribute_value.pl) and found that it did not match.
Expected behavior
I hope the developer can update the yaml file related to conda, thank you very much
Screenshots
Unable to update with
conda update agat -c bioconda
agat_sp_filter_feature_by_attribute_value.pl shows version 0.8.0
Additional context
None
The text was updated successfully, but these errors were encountered: