Skip to content

How to add data in the about track of @jbrowse/react-linear-genome-view #4744

Answered by cmdcolin
emilievillar asked this question in General
Discussion options

You must be logged in to vote

you can add it in a "metadata" object on the track e.g.

 {
            "type": "FeatureTrack",
            "trackId": "ASM15095v2-Transposable-Elements",
            "name": "Phaeodactylum tricornutum Transposable Elements",
            "category": [" Transposable Elements"],
            "assemblyNames": ["ASM15095v2"],
            "metadata": { "reference": "https://doi.org/10.1038/s41598-018-23106-x" },
            "adapter": {
                "type": "Gff3TabixAdapter",
                "gffGzLocation": {
                    "uri": "{SERVER_DATA_URL}/phaeodactylum_tricornutum/Tracks/phatr3_repetitive_sequences.gff3.gz",
                },
                "index": {
                    "…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cmdcolin
Comment options

Answer selected by emilievillar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants