Skip to content

FileNotFoundError: [Errno 2] No such file or directory: 'ResultsIdentify/Complete_summary.csv' #7

@lnguyen1991

Description

@lnguyen1991

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions