-
Notifications
You must be signed in to change notification settings - Fork 5
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
TypeError with input made by STARFISH #8
Comments
Please ensure you are on the starfish branch: https://github.com/JEFworks/MERmaid/tree/starfish |
Thank you for your quick response! I tried using that branch of MERmaid, but the same issue is still there. When I run with "python -m http.server 8080," the warning saying "code 404, message File not found" is now gone thankfully, but the window on my browser is simply black and doesn't load anything. When I run with "npm start," the same TypeError that I showed before is there. On the Terminal, I see the following warnings: |
The column headers in your data.csv.gz file currently must be
Previously versions automatically detected the column header names, but that made it difficult to distinguish between different feature types (features that needed factor-based colors, versus features that needed continuous colors, versus features that represented cell boundaries, etc). Ideally there would be a config file to deal with this. Feel free to open a feature request if you think that would be useful. |
That fixed it for me. Thank you! |
Hi, I used STARFISH, a program that analyzes transcriptome imaging, to produce a data.csv.gz file for visualization with MERmaid. However, there are 3 TypeErrors associated with the same object, called this.props.color, which seems to be Null/undefined. I believe this may be an issue with STARFISH, as the way they write the file might be out of date. A link to the data.csv.gz file is below. Can you please give me some insight on whether the file is out of date or if it is an issue with MERmaid? Thank you.
https://drive.google.com/file/d/1Uzq9U5iKa466E8FPrJEwq_2wV3AnaMCu/view?usp=sharing
To be clear, I rebuilt using "npm install" and then opened this tab using "npm start". When I tried running without re-building, I simply got the error message "code 404, message File not found", which seems to be a separate issue.
The text was updated successfully, but these errors were encountered: