Making Changes to SequenceTubeMap
Hello,
I am trying to edit some of the code in the SequenceTubeMap repository that I have cloned in my github codespace. I tried following the instructions here for the frontend but it did not seem to work :
https://github.com/vgteam/sequenceTubeMap/wiki/Deploying-the-Tube-Map
I wanted to try and help fix issues on this page and simultaneously try and understand how everything works:
https://github.com/orgs/vgteam/projects/1/views/1
My main goal is to see the minimum I have to code to generate a visualisation like vg "small" example (pre-loaded in vg). Any suggestions on what I should do?
Thanks in advance!
• 739 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You need to clone the code into your local storage and make changes there. Not clear if that is what you are doing.
Yes, I have cloned it like you would clone any other repository to make changes to it. The problem is, I cant see the changes that I make in the code reflect in the visualisation - which is becuase the visualisation is not based on the local code (from what I understand). The first link guides through how you can change this. But that is not working for me.