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

Facing problem in running Viralrecall #19

Open
vmevada102 opened this issue Feb 11, 2023 · 7 comments
Open

Facing problem in running Viralrecall #19

vmevada102 opened this issue Feb 11, 2023 · 7 comments

Comments

@vmevada102
Copy link

After installing into the Conda environment i am facing following problem,

Traceback (most recent call last):
File "viralrecall.py", line 733, in
status = main()
File "viralrecall.py", line 728, in main
run_program(input, project, database, window, phagesize, minscore, minhit, evalue, cpus, plotflag, redo, flanking, batch, summary_file, contiglevel)
File "viralrecall.py", line 401, in run_program
df = pandas.concat([df, s1], axis=1, sort=True)
TypeError: concat() got an unexpected keyword argument 'sort'

@faylward
Copy link
Owner

faylward commented Feb 11, 2023 via email

@vmevada102
Copy link
Author

vmevada102 commented Feb 12, 2023

I hve set the Python 3.5.2
in conda environment as recommended into the installation.

May i downgrade the python version?

@faylward
Copy link
Owner

faylward commented Feb 12, 2023 via email

@vmevada102
Copy link
Author

This error was found on both dataset.

Test data as well as own data

@vmevada102
Copy link
Author

Kindly help me resolve the issue

@faylward
Copy link
Owner

faylward commented Mar 5, 2023

This appears to be an issue specific to pandas - you will need to troubleshoot the version of pandas you have installed. Please see https://stackoverflow.com/questions/54312781/python3-prophet-model-predict-throws-typeerror-concat-got-an-unexpected-key

@abdealijivaji
Copy link
Contributor

I run viralrecall with pandas v1.0.5 because I was running into all sorts of issues with the recent pandas version

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

3 participants