> qiime@qiime-vm:~/Desktop/Shared_Folder$ python qiime/scripts/
> jackknifed_beta_diversity.py -i ./Split_Library_Output/beta_div/
> euclidean_otu_table.txt -t seqs.fna_rep_set_aligned_pfiltered.tre -p
> custom_parameters_jack.txt -o wf_jack -e 5 -v -m
> kelly_map_modified.txt
> python: can't open file 'qiime/scripts/jackknifed_beta_diversity.py':
> [Errno 2] No such file or directory
Try running:
jackknifed_beta_diversity.py -h
If that prints the help text then everything is working correctly --
the difference is that I removed the:
python qiime/scripts
from the beginning as the VirtualBox should know where to find that script.
If that does work, modify your command as follows (be sure to clean up
any line breaks that get pasted in the command from this message):
jackknifed_beta_diversity.py -i ./Split_Library_Output/beta_div/
euclidean_otu_table.txt -t seqs.fna_rep_set_aligned_pfiltered.tre -p
custom_parameters_jack.txt -o wf_jack -e 5 -v -m
kelly_map_modified.txt
Greg
ls -al ~/Desktop/Shared_Folder/custom_parameters_jack.txt
It looks like you're passing a file that doesn't exist for -p. If it
does exist can you post the output from the ls command?
Greg
Sorry for all the confusion with this.
> qiime@qiime-vm:~/Desktop/Shared_Folder$ ls -al ~/Desktop/Shared_Folder/custom_parameters_jack.txt
> ls: cannot access /home/qiime/Desktop/Shared_Folder/custom_parameters_jack.txt: No such file or directory
This indicates that the parameters files is not there. Have you
created a parameters file? If you've used one with other workflow
scripts, or in other versions of QIIME, that should work here as well.
Again, sorry for all of the confusion, but I think we are very close
to sorting this out.
Greg