Report images and files not appearing in windows #490
kclem
started this conversation in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Problem
Sometimes when you view a CRISPResso Report, some images do not load.
Or when you click on the accompanying data files you may get a 'Your file couldn't be accessed' error.
Troubleshooting
If you are trying to browse to this image:
file://path/path/path/path/path/CRISPRessoPooled_on_experiment/CRISPResso_on_experiment_with_long_name/10d.Log2_nucleotide_frequency_around_sgRNA_CACCCCAGGTTCCCAAAGGT.pdf
first browse to the parent folderfile://path/path/path/path/path/CRISPRessoPooled_on_experiment/CRISPResso_on_experiment_with_long_name/
. You should see a long listing of files.Search in this folder for the file
10d.Log2_nucleotide_frequency_around_sgRNA_CACCCCAGGTTCCCAAAGGT.pdf
. If the file exists, the problem may be that the file path is too long. This may frequently occur when viewing a CRISPRessoPooled analysis because CRISPResso output files are nested in deeper directories.The Fix
To fix this, follow these instructions:
Search
GPEDIT.MSC
in the windows search box and then click onGPEDIT.MSC
to open local group policy editor.Now, Go to
Computer Configuration -> Administrative Templates -> System -> Filesystem
Enable Win32 Long paths
Enabled
Beta Was this translation helpful? Give feedback.
All reactions