Traceback (most recent call last):
File "/opt/NGS/sailfish-cir/sailfish-cir-0.11/sailfish_cir.py", line 1123, in <module>
work_on_it.process_the_pipe_line()
File "/opt/NGS/sailfish-cir/sailfish-cir-0.11/sailfish_cir.py", line 1004, in process_the_pipe_line
self._cicular_pipeline()
File "/opt/NGS/sailfish-cir/sailfish-cir-0.11/sailfish_cir.py", line 1058, in _cicular_pipeline
do_make_gtf_for_circular_prediction(get_gff_database(self._annotation_file),
File "/opt/NGS/sailfish-cir/sailfish-cir-0.11/sailfish_cir.py", line 706, in get_gff_database
db = gffutils.create_db(gtf_file, db_file_path)
File "/opt/Anaconda3-4.4.0/lib/python3.6/site-packages/gffutils/create.py", line 1286, in create_db
c = cls(**kwargs)
File "/opt/Anaconda3-4.4.0/lib/python3.6/site-packages/gffutils/create.py", line 696, in __init__
super(_GTFDBCreator, self).__init__(*args, **kwargs)
File "/opt/Anaconda3-4.4.0/lib/python3.6/site-packages/gffutils/create.py", line 107, in __init__
conn = sqlite3.connect(dbfn)
sqlite3.OperationalError: unable to open database file
Hi There,
I got following issues when I was trying to run the program:
Any suggestions of the causes? Thanks