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

"No module named pandas" although pandas installed #111

Open
bengisukb opened this issue Oct 5, 2023 · 0 comments
Open

"No module named pandas" although pandas installed #111

bengisukb opened this issue Oct 5, 2023 · 0 comments

Comments

@bengisukb
Copy link

Hello,

I'm using Python 2.7 to run the MToolBox but I have an issue in assembling mtDNA with ASSEMBLEMGENOME.
Although it seems that pandas is not installed in the python version used by the script when I checked pandas I saw the versions installed in python environment.

Could this problem related to 'mtVariantCaller.py' or other script called 'assembleMTgenome.py'?
I'm sharing my run screen and errors I had below.
If you could help me this issue?

Thanks a lot!
Bengisu

##### ASSEMBLING MT GENOMES WITH ASSEMBLEMTGENOME...

WARNING: values of tail < 5 are deprecated and will be replaced with 5

Traceback (most recent call last):
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/assembleMTgenome.py", line 10, in <module>
    from mtVariantCaller import mtvcf_main_analysis, get_consensus_single
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/mtVariantCaller.py", line 15, in <module>
    import pandas as pd
ImportError: No module named pandas
Traceback (most recent call last):
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/assembleMTgenome.py", line 10, in <module>
    from mtVariantCaller import mtvcf_main_analysis, get_consensus_single
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/mtVariantCaller.py", line 15, in <module>
    import pandas as pd
ImportError: No module named pandas

##### GENERATING VCF OUTPUT...
Traceback (most recent call last):
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/VCFoutput.py", line 4, in <module>
    from mtVariantCaller import VCFoutput
  File "/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/mtVariantCaller.py", line 15, in <module>
    import pandas as pd
ImportError: No module named pandas

##### PREDICTING HAPLOGROUPS AND ANNOTATING/PRIORITIZING VARIANTS...

/home/bengisu/Documents/MToolBox-1.2.1/MToolBox/MToolBox.sh: line 472: cd: T1: No such file or directory
Haplogroup predictions based on RSRS Phylotree build 17
Your best results file is  mt_classification_best_results.csv

Loading contig sequences from file BRAIN_3_S25_R1_001-contigs.fasta
Unable to compute haplogroup. ExitYour best results file is  mt_classification_best_results.csv

Loading contig sequences from file BRAIN_3_S25_R2_001-contigs.fasta
Unable to compute haplogroup. ExitHeteroplasmy data file ('VCF_dict_tmp') not found. HF will not be reported in the output.
Parsing pathogenicity table...
Parsing variability data...
Parsing info about haplogroup-defining sites...
Parsing info about haplogroup assignments...
No annotation.csv found. Exit
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

1 participant