You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: