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

Opening file error at end(?) of run #5

Open
terrycojones opened this issue Jan 31, 2020 · 0 comments
Open

Opening file error at end(?) of run #5

terrycojones opened this issue Jan 31, 2020 · 0 comments

Comments

@terrycojones
Copy link

I tried a run using sequence data from Richard O. It ran without error (though with many rounds of doing 125 GOM constructions) for maybe 10 hours, then crashed as follows:

		Round 10
			Bootstrap the data
			Construct a dendrogram from the bootstrapped data
			Compute similarity cut off for each taxonomic class based on the bootstrapped data
			Propose a taxonomic class to each unclassified virus and evaluate the taxonomic assignments based on the bootstrapped data
		Propose a taxonomic class to each unclassified viruses, using the 1-nearest neighbour algorithm
		Evaluate the taxonomic assignments
		Creat a bootstrapped dendrogram
	Construct GRAViTy heat map with dendrogram
Traceback (most recent call last):
  File "../bin/GRAViTy_Pipeline_II", line 851, in <module>
    main()
  File "../bin/GRAViTy_Pipeline_II", line 847, in main
    VirusGrouping = str2bool(options.VirusGrouping),
  File "/home/terry/s/net/GRAViTy1.1/GRAViTy/VirusClassificationAndEvaluation.py", line 764, in VirusClassificationAndEvaluation
    VirusDendrogram		= Phylo.read(BootstrappedVirusDendrogramFile, "newick")
  File "/home/terry/.virtualenvs/gravity/local/lib/python2.7/site-packages/Bio/Phylo/_io.py", line 62, in read
    tree = next(tree_gen)
  File "/home/terry/.virtualenvs/gravity/local/lib/python2.7/site-packages/Bio/Phylo/_io.py", line 49, in parse
    with File.as_handle(file, "r") as fp:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/terry/.virtualenvs/gravity/local/lib/python2.7/site-packages/Bio/File.py", line 120, in as_handle
    with open(handleish, mode, **kwargs) as fp:
IOError: [Errno 2] No such file or directory: '/home/terry/s/net/GRAViTy1.1/terry/shelve/Shelves/BootstrappedDendrogram.RefVirusGroup=DBD.IncompleteUcfRefGenomes=10.Scheme=PG.Method=average.p=1.0.nwk'
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