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

cannot open file 'ClonalTree/Examples/input/ClonalFamily_200.fasta' #4

Open
royfrancis opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@royfrancis
Copy link

royfrancis commented Apr 22, 2024

clonal.tree.generation(
  bcr_clusters = clus$merged_fasta, 
  index = 200, 
  raw_data = raw$merged_fasta, 
  python_path = "/opt/miniconda/envs/repair/bin/python"
)
use default substitution matrix
Error in file(file, ifelse(append, "a", "w")) : 
  cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
  cannot open file 'ClonalTree/Examples/input/ClonalFamily_200.fasta': No such file or directory

Update:

I manually create this folder:

mkdir -p ClonalTree/Examples/output

And that created a new file ClonalTree/Examples/input/ClonalFamily_200.fasta and then complained about this:

use default substitution matrix
/opt/miniconda/envs/repair/bin/python: can't open file 'ClonalTree/src/clonalTree.py': [Errno 2] No such file or directory

Update:

I had to download the python scripts in fastBCR/ClonalTree/src and then it worked.

@ZhangLabTJU
Copy link
Owner

ClonalTree is low-complexity and accurate approach to construct B-cell lineage trees that incorporates genotype abundances into minimum spanning tree (MST) algorithm to infer maximum parsimony trees (https://github.com/julibinho/ClonalTree). It is compiled using Python and we choose to use it as our default phylogenetic tree construction method. As you have already known, users should download the ’fastBCR/ClonalTree‘ folder to use ClonalTree normally.

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

2 participants