Hi. Thank you for creating this tool. I have been able to execute and utilize all the other tools successfully, except for generate-report for which I receive the error below. Is this a true syntax warning or is there something wrong with my annotation summary file?
/opt/conda/opt/crispritz/Python_Scripts/Plot/radar_chart.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="?
if '-pop' is sys.argv[:]:
Traceback (most recent call last):
File "/opt/conda/opt/crispritz/Python_Scripts/Plot/radar_chart.py", line 51, in
inAnnotation_ref = open(annotation_ref, 'r').readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'no'
Sorry if this is just a me issue. I am very new to coding and CRISPR tools. Thank you.
Hi. Thank you for creating this tool. I have been able to execute and utilize all the other tools successfully, except for generate-report for which I receive the error below. Is this a true syntax warning or is there something wrong with my annotation summary file?
/opt/conda/opt/crispritz/Python_Scripts/Plot/radar_chart.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="?
if '-pop' is sys.argv[:]:
Traceback (most recent call last):
File "/opt/conda/opt/crispritz/Python_Scripts/Plot/radar_chart.py", line 51, in
inAnnotation_ref = open(annotation_ref, 'r').readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'no'
Sorry if this is just a me issue. I am very new to coding and CRISPR tools. Thank you.