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
So I have been running CRISPResso2 recently and ran into an issue: when I set --amplicon_name starting with a number, some of the tabs does not work i.e. "Modification lengths>Indels" and all of the tabs in "Indel characterization" except "All Modifications by Type".
I tried debugging this on VS Code and it produced the following error (error pops up when I try to select "Modification lengths>Indels") Uncaught DOMException SyntaxError: Failed to execute 'querySelector' on 'Document': '#4A_TRIM5_amp_3b' is not a valid selector.:
The error
It seems you are able to resolve this issue by starting --amplicon_name with a letter instead... i.e. changing 4A_TRIM5_amp to TRIM5_4A_amp.
I don't know much about CSS/HTML/JavaScript but thought I would bring this up.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
So I have been running CRISPResso2 recently and ran into an issue: when I set --amplicon_name starting with a number, some of the tabs does not work i.e. "Modification lengths>Indels" and all of the tabs in "Indel characterization" except "All Modifications by Type".
I tried debugging this on VS Code and it produced the following error (error pops up when I try to select "Modification lengths>Indels") Uncaught DOMException SyntaxError: Failed to execute 'querySelector' on 'Document': '#4A_TRIM5_amp_3b' is not a valid selector.:
The error
It seems you are able to resolve this issue by starting --amplicon_name with a letter instead... i.e. changing 4A_TRIM5_amp to TRIM5_4A_amp.
I don't know much about CSS/HTML/JavaScript but thought I would bring this up.
Beta Was this translation helpful? Give feedback.
All reactions