Firstly, thanks for making this type of visualization possible, it is fantastic to have this option in JBrowse2.
However, I cannot seem to get the config right. Firstly, I had to put plugins block inside the configuration block (as opposed to the top-most level in the config file, as I understood from the documentation). Is the rest of the config structure up to date? For me, specifying files as indicated in the README results in the generic error Failed to load element...Failed element had snapshot
{
"type": "QuantitativeTrack",
"trackId": "bias_neuron_Pou4_FoxL2_2.profile_scores.bw",
"name": "bias_neuron_Pou4_FoxL2_2.profile_scores",
"assemblyNames": [
"Nvec_vc1.1"
],
"adapter": {
"type": "QuantitativeSequenceAdapter",
"wiggleAdapter": {
"type": "BigWigAdapter",
"bigWigLocation": {
"uri": "bias_neuron_Pou4_FoxL2_2.profile_scores.bw",
"locationType": "UriLocation",
"baseUri": "https://sebelab.crg.eu/Nvec-vc1.1-jb2/config.json"
}
},
"sequenceAdapter": {
"type": "IndexedFastaAdapter",
"fastaLocation": {
"uri": "Nvec_vc1.1_gDNA_mtDNA.fasta",
"locationType": "UriLocation",
"baseUri": "https://sebelab.crg.eu/Nvec-vc1.1-jb2/config.json"
},
"faiLocation": {
"uri": "Nvec_vc1.1_gDNA_mtDNA.fasta.fai",
"locationType": "UriLocation",
"baseUri": "https://sebelab.crg.eu/Nvec-vc1.1-jb2/config.json"
}
}
},
"displays": [
{
"displayId": "QuantitativeSequence_display",
"type": "QuantitativeSequenceDisplay"
}
]
}
Also, is the pull request #3 integrated by now? It would be great if this was available, too. If the letters there were less spaced apart, it would both look nicer and help to use this visualization over the broader interval.
Thank you so much for all your amazing work!
Firstly, thanks for making this type of visualization possible, it is fantastic to have this option in JBrowse2.
However, I cannot seem to get the config right. Firstly, I had to put plugins block inside the configuration block (as opposed to the top-most level in the config file, as I understood from the documentation). Is the rest of the config structure up to date? For me, specifying files as indicated in the README results in the generic error
Failed to load element...Failed element had snapshotAlso, is the pull request #3 integrated by now? It would be great if this was available, too. If the letters there were less spaced apart, it would both look nicer and help to use this visualization over the broader interval.
Thank you so much for all your amazing work!