Description
I ran 3 PASTA commands, only 2 of which were successful:
-
PASTA with default parameters (SUCCESS)
run_pasta.py -d PROTEIN -i protein_sequences.txt -o pasta_job -
PASTA with RaxML (SUCCESS)
run_pasta.py -d PROTEIN --raxml-search-after -i protein_sequences.txt -o pasta_job -
PASTA with RaxML & treeshrink (FAILURE)
run_pasta.py -d PROTEIN --raxml-search-after --treeshrink-filter -i protein_sequences.txt -o pasta_job
I'm not sure why it failed exactly. these seem to be the relevant lines, but I'll include the entire failure message in my command line:
python: can't open file '/Users/albertlab/pasta-code/pasta/bin/tree_shrink/treeshrink.py': [Errno 2] No such file or directory
cp: input_treeshrink/input_shrunk_0.05.tre: No such file or directory
python: can't open file '/Users/albertlab/pasta-code/pasta/bin/utils/sample_from_subtree.py': [Errno 2] No such file or directory
Any help would be appreciated. Thank you!