basehc / IPEV

Software tool to identify prokaryotic and eukaryotic virus-derived sequences in virome using deep learning. Used to calculate a set of scores that reflect the probability that input sequence fragments are prokaryotic and eukaryotic viral sequences.
GNU General Public License v3.0
5 stars 0 forks source link

sgt.py:95: FutureWarning: #17

Closed SergeyBaikal closed 1 month ago

SergeyBaikal commented 1 month ago

Dear Authors. Thank you for the program! I am getting the following warning, but it does not interfere with the results. Should I be concerned?

INFO: Pandarallel will run on 127 workers.
INFO: Pandarallel will use Memory file system to transfer data between the main process and workers.
mambaforge/envs/IPEV/lib/python3.8/site-packages/sgt/sgt.py:95: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  for v in alphabets if v in sequence]
mambaforge/envs/IPEV/lib/python3.8/site-packages/sgt/sgt.py:95: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  for v in alphabets if v in sequence]
mambaforge/envs/IPEV/lib/python3.8/site-packages/sgt/sgt.py:95: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  for v in alphabets if v in sequence]
INFO: Pandarallel will run on 127 workers.
basehc commented 1 month ago

The above warning is normal; don't worry.