-
Notifications
You must be signed in to change notification settings - Fork 12
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
Permission denied when moving files #36
Comments
Hi Aidan, Thanks for your interest in FeGenie! This looks like an interesting error, which I've never encountered before. It looks like a permissions thing, so if you try running on this a personal machine, then you might avoid running into this. In any case, could you please paste into chat the command that you used for this run. Thanks! |
Hi! I am having nearly the exact same issue except I am on my personal laptop and not a cluster. I don't know what's wron g here exactly so any help would be appreciated!!! |
Thanks DrRumble, could you please share the command that you used for your FeGenie run? |
Hi, I am facing a similar issue. In the FeGenie-heatmap-data I can see that there are many missing values in cases that there were multiple hits according to the individual hmmer searches. The error messages that I get in the end is: mv: cannot move '/Desktop/FeGenie/output/AC-MGN_MB.9.faa-HMM' to /Desktop/FeGenie/output/HMM_results/AC-MGN_MB.9.faa-HMM': Permission denied The command that I used is: |
Hi, thanks for following up on this issue. based on your command above, it looks like the issue is arising from the fact that you are instructing FeGenie to write files in the root directory of your system, where it might not have the correct permissions. If I am interpreting your command correctly, because your output path Let me know if that works! |
Hi Arkadiy, I followed your recommendations. The analysis went through, but it still was not able to compile the final file with the stats. I tackled it by saving the temporary summary file and then used it to make the heatmap data. Thanks a lot, |
Hi Arkadiy, thanks very much for developing this great tool :)
I'm trying to implement FeGenie, however, near the end of the analysis this error is raised:
`Pre-processing of final outout file
Counting heme-binding motifs
mv: cannot move '../results/fegenie/FeGenie-summary-blasthits.csv/FeGenie-summary-blasthits.csv' to '../results/fegenie/FeGenie-summary-blasthits.csv/FeGenie-summary.csv': Permission denied
Final processing of output
Traceback (most recent call last):
File "/home/fooa/miniconda3/envs/fegenie/bin/FeGenie.py", line 3020, in
main()
File "/home/fooa/miniconda3/envs/fegenie/bin/FeGenie.py", line 1641, in main
infile = open(outDirectory + "/FeGenie-summary.csv")
FileNotFoundError: [Errno 2] No such file or directory: '../results/fegenie/FeGenie-summary-blasthits.csv/FeGenie-summary.csv'`
I still get the cluster.csv file but the summary.csv file is empty. I have a feeling this might be due to the server I'm using at my uni, but wondering if this is a problem you've encountered before or might have a solution for?
Thanks
Aidan
The text was updated successfully, but these errors were encountered: