-
Notifications
You must be signed in to change notification settings - Fork 16
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
tree_dir/tree.nw does not exist #14
Comments
Hi, |
Hi, Thank you for report this error but I can't reproduce it on my computer. |
Hello, I ran into this same issue using singularity. Here are the exact commands I ran to generate the error.
The output I get from the last line is simply Any help you can provide would be greatly appreciated! I hope this repo is still maintained because I saw it was updated in Dec. 2021. It would be a shame if not, because this tool seems really useful! I generated this error with PCOC v1.1.0 |
(base) [shuifeng@localhost PCOC_docker]$ sudo $CMD_PCOC_DOCKER pcoc_num_tree.py -t /home/shuifeng/Git/pcoc/example/tree_dir/tree.nw -o num_tree.pdf
Working directory : /home/shuifeng/Git/pcoc/example
User / docker
Starting with UID : 1000
/home/shuifeng/Git/pcoc/example/tree_dir/tree.nw does not exist
(base) [shuifeng@localhost PCOC_docker]$ sudo $CMD_PCOC_DOCKER pcoc_num_tree.py -t tree_dir/tree.nw -o num_tree.pdf
Working directory : /home/shuifeng/Git/pcoc/example
User / docker
Starting with UID : 1000
tree_dir/tree.nw does not exist
(base) [shuifeng@localhost PCOC_docker]$ ll tree_dir/tree.nw
-rw-rw-r--. 1 shuifeng shuifeng 3180 Jul 18 17:27 tree_dir/tree.nw
(base) [shuifeng@localhost PCOC_docker]$ sudo $CMD_PCOC_DOCKER pcoc_num_tree.py -t ENSG00000001626_CFTR.txt -o num_tree.pdf
Working directory : /home/shuifeng/Git/pcoc/example
User / docker
Starting with UID : 1000
ENSG00000001626_CFTR.txt does not exist
The text was updated successfully, but these errors were encountered: