mpc-bioinformatics / ProtGraph

ProtGraph - A Graph-Generator for Proteins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProtGraph might not generate files while called through Python

Luxxii opened this issue · comments

The calls (like in the functional tests) might not work properly.

Here is an example:

        args = protgraph.parse_args([] + self.procs_num + self.example_files)
        protgraph.prot_graph(**args)

This cannot be reproduced on an linux environment, keeping it open, since other OSes might have this issue