In your read table line you have quotes around your variable name so pandas is looking for a file named 'ligand_file' instead of the string the the variable is pointing to. Just remove the quotes and you'll be good to go.
-- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/beac04b0-1ae7-49ad-a240-f080375963e2%40googlegroups.com.
