I use the visualize button to start the visualization of the dataset. I chose trackster, And view it in a new visualization. I use my fasta file as a reference genome:
Couldn't open /home/galaxy/galaxy-dist/tool-data/shared/ucsc/chrom/?.len , No such file or directory
I looked into the /chrom/ folder and of course ? does not exist. I am currently running
python ./cron/build_chrom_db.py ./tool-data/shared/ucsc/chrom/
But this ofcourse downloads only known genomes and their chr. information. As I have my own genome I was curious how to continue with this.
I manually created a file in the /chrom/so that it looks like this:
head STPmg315.len
chr1 1900521
but no luck so far. What else do I have to do to make it work?
Thanks,
Jasper