lentendu / NetworkNullHPC

OTU co-occurrence network inferrence base on null model for HPC
MIT License
2 stars 4 forks source link

graph.data.frame() was deprecated in igraph 2.0.0. #23

Open timz0605 opened 4 months ago

timz0605 commented 4 months ago

Hello,

While running the program, I encountered this warning message in the log file:

Warning message:
`graph.data.frame()` was deprecated in igraph 2.0.0.
ℹ Please use `graph_from_data_frame()` instead. 

The program works fine. Just an FYI perhaps for future updates? Thank you!