-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial pbmc4k #1
Comments
Hi Camille, I'm not sure of the problem, but here a couple things to check:
By the way, it is normal to see a few "File not found" messages, but not for Best, |
Yes the folder does exist and yes I am using the right url... |
Ok, a few more questions for you:
|
when I load the URL |
I see. We've never tested this on Linux, so it's possible that's the issue. Can you tell me what gets printed in the web console (Ctrl+Shift+K) when you try to load the URL? |
The early version works just fine..
|
Great, that narrows it down a bit. Do you see a file called "tmplog2" in SPRING_dev-master? It should be created when you try to enter a gene name to view. If it's there, can you share its contents? I've pasted a "successful" example below; yours is probably breaking somewhere along the way.
Similarly would you mind telling me what happens when you enter |
It looks like python is failing to import h5py. Since you were able to run the example notebook, which also uses h5py, it appears that you are using a different python environment to run your local server. I would try installing h5py in this environment, or activating the same the environment you used in the notebook before starting the local server. |
I will try this, thanks for the advice. I will tell you the results...
|
I have the similar issues.
|
Can you send all the relevant files? Including those needed to run the
SPRINGplot making script as well as the SPRING plot that was outputted.
…On Mon, Aug 13, 2018 at 3:16 AM, Qiang ***@***.***> wrote:
I have the similar issues.
-
It seems not to obtain any information of genes. http://localhost:8000/
springViewer_1_6_dev.html?/datasets/pbmc4k/full
<http://localhost:8000/springViewer_1_6_dev.html?/datasets/pbmc4k/full>
[image: image]
<https://user-images.githubusercontent.com/40571792/44023013-e255537a-9f1b-11e8-93d1-574e53a7c27d.png>
-
This is my "tmplog2" file
import cgi -- 0.009
import numpy -- 0.071
import h5py -- 0.031
got cgi data -- 0.000
CD3D
-
My output is the same as @camilliano <https://github.com/camilliano>
for cgi-bin/grab_one_gene.py
-
My "tmplogenrich" file is empty.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUBd7e4pWkv54OmIHAOabzpuCnghu4DDks5uQUPigaJpZM4T_khY>
.
|
@AllonKleinLab This is my relevant files |
@QiangShiPKU I was able to load your SPRING plot successfully. I think the issue may be the "/" at the beginning of the path in your URL. Can you try using this one instead? |
@swolock yeah...I was so negligent. Many thanks for your hospitality |
Python 3 Update + Miscellaneous Cleanup and Improvements
Hello,
I am trying the SPRING new version.
I have some trouble with the tutorial pbmc 4K.
The preprocessing is OK but when I try to ,visualize I have a lot of issues...
So I run this in the SPRING_dev-master folder:
python -m CGIHTTPServer 8080
then:
(idem with springViewer_1_5) and I have this on the terminal:
FYI in pbmc4k folder there is :
/counts_norm.npz
/counts_norm_sparse_cells.hdf5
/counts_norm_sparse_genes.hdf5
/genes.txt
/total_counts.txt
and folder /full with
/categorical_coloring_data.json
/cell_filter.npy
/cell_filter.txt
/color_data_gene_sets.csv
/color_stats.json
/coordinates.txt
/edges.csv
/graph_data.json
/intermediates.npz
/run_info.json
What did I miss?
Thanks you for your help!
Camille
The text was updated successfully, but these errors were encountered: