Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fromOrganismName2ReactionsList.py #2

Open
noctillion opened this issue Oct 18, 2021 · 7 comments
Open

fromOrganismName2ReactionsList.py #2

noctillion opened this issue Oct 18, 2021 · 7 comments
Assignees

Comments

@noctillion
Copy link

Traceback (most recent call last):
File "pipeline/fromOrganismName2ReactionsList.py", line 222, in
gL.writeLineByLineToFile(geneFile, [gene, lAssociatedRxns], sep = '\t')
TypeError: writeLineByLineToFile() got an unexpected keyword argument 'sep'

@pescini pescini self-assigned this Nov 11, 2021
@JanZrimec
Copy link

JanZrimec commented Jun 17, 2022

I hva the same error when running both via kegg code ' or via organism name (same as leads to choice of kegg code).

I am running this on windows.
It would be good to obtain an actual version specific list of dependencies - so those package version that enabled stable execution of the latest version of gpruler (e.g. at publication). This might also resolve the errors. Would it be possible to obtain this list?

@JanZrimec
Copy link

Package versions can be found in the history of the GPRuler_requirements.txt (Commits on Mar 8, 2021), which resolves above issues for me.

@mdifilippo
Copy link
Collaborator

As you correctly found, the GPRuler_requirements.txt includes the specific version of each package

@SalgadoSergio
Copy link

I have installed each package version that is in the GPRuler_requirements.txt (Commits on Mar 8, 2021) and I still have the same error (in windows and also in linux)

@mdifilippo
Copy link
Collaborator

Can you kindly try again now? because we have fixed a typo that remained within the genericLib library.

@SalgadoSergio
Copy link

Now it works, but I had to delete two "sep" that were still there. Thank you.

@SalgadoSergio
Copy link

I think that doesn't work properly. I am retrieving only the information for the genes in the file '_GeneId2Rxns.csv', but the other generated files are empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants