-
Notifications
You must be signed in to change notification settings - Fork 4
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
FileNotFoundError: [Errno 2] No such file or directory: 'ResultsIdentify/Complete_summary.csv' #7
Comments
Hi @lnguyen1991 , Have you solved the issue. Cheers - Huanle |
Ok. I found the solution:
|
I have not been able to fix it. Can you elaborate on how you fixed it? |
Thank you for expressing interest in our tool. We aim to implement the necessary fixes within the next two weeks. |
lnside tools/CRISPRidentify/, i have: Inside tools/CRISPRcasIdentifier, i have: CRISPRidentify and CRISPRcasIdentifier-1.1.0 were installed somewhere else. I made programs in tools/infernal/binaries/ executable. |
I get the following errors:
Creating folders if necessary...
Running CRISPR array search, it may take a while...
Traceback (most recent call last):
File "CRISPRtracrRNA.py", line 46, in
main()
File "CRISPRtracrRNA.py", line 29, in main
complete_tracr_search = CompleteTracrSearchWithModel(folder_output=folder_output,
File "/Users/longnguyen/CRISPRtracrRNA/modules/pipelines.py", line 35, in init
self._pipeline_run()
File "/Users/longnguyen/CRISPRtracrRNA/modules/pipelines.py", line 44, in _pipeline_run
dict_arrays = CRISPRIdentifySummaryParser(crispr_identify_summary_file).output()
File "/Users/longnguyen/CRISPRtracrRNA/modules/crispr_identify_summary_parser.py", line 18, in init
self._parse_file()
File "/Users/longnguyen/CRISPRtracrRNA/modules/crispr_identify_summary_parser.py", line 21, in _parse_file
with open(self.summary_file) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'ResultsIdentify/Complete_summary.csv'
The text was updated successfully, but these errors were encountered: