Mercurial > repos > fubar > jbrowse2dev
diff jbrowse2/clienttest.jbrowse @ 6:88b9b105c09b draft
Uploaded
author | fubar |
---|---|
date | Fri, 05 Jan 2024 01:58:02 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jbrowse2/clienttest.jbrowse Fri Jan 05 01:58:02 2024 +0000 @@ -0,0 +1,478 @@ +{ + "configuration": { + "rpc": { + "defaultDriver": "WebWorkerRpcDriver", + "drivers": { + "MainThreadRpcDriver": {}, + "WebWorkerRpcDriver": {} + } + }, + "logoPath": { + "locationType": "UriLocation", + "uri": "" + } + }, + "plugins": [], + "assemblies": [ + { + "name": "Merlin", + "sequence": { + "type": "ReferenceSequenceTrack", + "trackId": "Merlin-1704349310829", + "adapter": { + "type": "IndexedFastaAdapter", + "fastaLocation": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/rossgit/tools-iuc/tools/jbrowse2/test-data/merlin.fa" + }, + "faiLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/Merlin.fasta.fai" + }, + "metadataLocation": { + "locationType": "UriLocation", + "uri": "/path/to/fa.metadata.yaml" + } + }, + "displays": [ + { + "type": "LinearReferenceSequenceDisplay", + "displayId": "Merlin-1704349310829-LinearReferenceSequenceDisplay" + }, + { + "type": "LinearGCContentDisplay", + "displayId": "Merlin-1704349310829-LinearGCContentDisplay" + } + ] + } + } + ], + "tracks": [ + { + "type": "FeatureTrack", + "trackId": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz-1704349390805", + "name": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz", + "assemblyNames": [ + "Merlin" + ], + "adapter": { + "type": "BedTabixAdapter", + "bedGzLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz" + }, + "index": { + "location": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz.tbi" + } + } + }, + "displays": [ + { + "type": "LinearBasicDisplay", + "displayId": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz-1704349390805-LinearBasicDisplay" + }, + { + "type": "LinearArcDisplay", + "displayId": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz-1704349390805-LinearArcDisplay" + } + ] + }, + { + "type": "VariantTrack", + "trackId": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277", + "name": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz", + "assemblyNames": [ + "Merlin" + ], + "adapter": { + "type": "VcfTabixAdapter", + "vcfGzLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz" + }, + "index": { + "location": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz.tbi" + } + } + }, + "textSearching": { + "textSearchAdapter": { + "type": "TrixTextSearchAdapter", + "textSearchAdapterId": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-index", + "ixFilePath": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/.config/@jbrowse/desktop/autosaved/trix/8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-index.ix" + }, + "ixxFilePath": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/.config/@jbrowse/desktop/autosaved/trix/8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-index.ixx" + }, + "metaFilePath": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/.config/@jbrowse/desktop/autosaved/trix/8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-index.json" + }, + "tracks": [ + "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277" + ], + "assemblyNames": [ + "Merlin" + ] + } + }, + "displays": [ + { + "type": "LinearVariantDisplay", + "displayId": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-LinearVariantDisplay" + }, + { + "type": "ChordVariantDisplay", + "displayId": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-ChordVariantDisplay" + }, + { + "type": "LinearPairedArcDisplay", + "displayId": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-LinearPairedArcDisplay" + } + ] + }, + { + "type": "AlignmentsTrack", + "trackId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556", + "name": "859509e7a79c8f48992e130a2a79b36e_0.bam", + "assemblyNames": [ + "Merlin" + ], + "adapter": { + "type": "BamAdapter", + "bamLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/859509e7a79c8f48992e130a2a79b36e_0.bam" + }, + "index": { + "location": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/859509e7a79c8f48992e130a2a79b36e_0.bam.bai" + } + }, + "sequenceAdapter": { + "type": "IndexedFastaAdapter", + "fastaLocation": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/rossgit/tools-iuc/tools/jbrowse2/test-data/merlin.fa" + }, + "faiLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/Merlin.fasta.fai" + }, + "metadataLocation": { + "locationType": "UriLocation", + "uri": "/path/to/fa.metadata.yaml" + } + } + }, + "displays": [ + { + "type": "LinearAlignmentsDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearAlignmentsDisplay" + }, + { + "type": "LinearPileupDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearPileupDisplay" + }, + { + "type": "LinearSNPCoverageDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearSNPCoverageDisplay" + }, + { + "type": "LinearReadArcsDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearReadArcsDisplay" + }, + { + "type": "LinearReadCloudDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearReadCloudDisplay" + } + ] + }, + { + "type": "FeatureTrack", + "trackId": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492", + "name": "1838188642fecd9922f419a0e735e755_0.gff3.gz", + "assemblyNames": [ + "Merlin" + ], + "adapter": { + "type": "Gff3TabixAdapter", + "gffGzLocation": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/1838188642fecd9922f419a0e735e755_0.gff3.gz" + }, + "index": { + "location": { + "locationType": "LocalPathLocation", + "localPath": "/tmp/complete/1838188642fecd9922f419a0e735e755_0.gff3.gz.tbi" + } + } + }, + "displays": [ + { + "type": "LinearBasicDisplay", + "displayId": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492-LinearBasicDisplay" + }, + { + "type": "LinearArcDisplay", + "displayId": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492-LinearArcDisplay" + } + ] + }, + { + "type": "QuantitativeTrack", + "trackId": "merlin.bw-1704349777260", + "name": "merlin.bw", + "assemblyNames": [ + "Merlin" + ], + "adapter": { + "type": "BigWigAdapter", + "bigWigLocation": { + "locationType": "LocalPathLocation", + "localPath": "/home/ross/rossgit/tools-iuc/tools/jbrowse2/test-data/bw/merlin.bw" + } + }, + "displays": [ + { + "type": "LinearWiggleDisplay", + "displayId": "merlin.bw-1704349777260-LinearWiggleDisplay" + } + ] + } + ], + "internetAccounts": [ + { + "type": "DropboxOAuthInternetAccount", + "internetAccountId": "dropboxOAuth", + "name": "Dropbox", + "description": "Account to access Dropbox files", + "clientId": "ykjqg1kr23pl1i7" + }, + { + "type": "GoogleDriveOAuthInternetAccount", + "internetAccountId": "googleOAuth", + "name": "Google Drive", + "description": "Account to access Google Drive files", + "clientId": "109518325434-m86s8a5og8ijc5m6n7n8dk7e9586bg9i.apps.googleusercontent.com" + } + ], + "aggregateTextSearchAdapters": [], + "connections": [], + "defaultSession": { + "connectionInstances": [], + "drawerPosition": "right", + "drawerWidth": 384, + "widgets": { + "GridBookmark": { + "id": "GridBookmark", + "type": "GridBookmarkWidget" + }, + "addTrackWidget": { + "id": "addTrackWidget", + "type": "AddTrackWidget", + "view": "oATIzuZAL61OxOyGsWP1l" + }, + "JobsList": { + "id": "JobsList", + "type": "JobsListWidget", + "jobs": [], + "finished": [ + { + "name": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-index", + "statusMessage": "done", + "progressPct": 100 + } + ], + "queued": [], + "aborted": [] + }, + "configEditor": { + "id": "configEditor", + "type": "ConfigurationEditorWidget", + "target": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492" + }, + "hierarchicalTrackSelector": { + "id": "hierarchicalTrackSelector", + "type": "HierarchicalTrackSelectorWidget", + "initialized": true, + "collapsed": {}, + "view": "oATIzuZAL61OxOyGsWP1l", + "faceted": { + "filterText": "", + "showSparse": false, + "showFilters": true, + "showOptions": false, + "panelWidth": 400 + } + } + }, + "activeWidgets": { + "hierarchicalTrackSelector": "hierarchicalTrackSelector" + }, + "minimized": false, + "id": "0RCNRFfuiied_MUxKv21r", + "name": "New Session 1/4/2024, 5:21:50 PM", + "margin": 0, + "views": [ + { + "id": "oATIzuZAL61OxOyGsWP1l", + "minimized": false, + "type": "LinearGenomeView", + "offsetPx": 0, + "bpPerPx": 113.22935779816514, + "displayedRegions": [ + { + "refName": "Merlin", + "start": 0, + "end": 172788, + "reversed": false, + "assemblyName": "Merlin" + } + ], + "tracks": [ + { + "id": "6q8cZDkFnpribnYm8CCn5", + "type": "FeatureTrack", + "configuration": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz-1704349390805", + "minimized": false, + "displays": [ + { + "id": "5lTYaGmlQD_RJMDpG-Mol", + "type": "LinearBasicDisplay", + "configuration": "3eeb95fa8dd6e9d46ac3cd1f3a4b3f4b_0.bed.gz-1704349390805-LinearBasicDisplay" + } + ] + }, + { + "id": "O9bSW2YKphod5uuN1za6E", + "type": "VariantTrack", + "configuration": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277", + "minimized": false, + "displays": [ + { + "id": "31Hdn7-9Dnr0L6PSxiDmf", + "type": "LinearVariantDisplay", + "configuration": "8c3f9b71345db675abafdf2f8e33a6cd_0.vcf.gz-1704349461277-LinearVariantDisplay" + } + ] + }, + { + "id": "IcnRsR2AjMxQq6wiOT9Vi", + "type": "AlignmentsTrack", + "configuration": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556", + "minimized": false, + "displays": [ + { + "id": "Dvu0sQCwrUmkze6Zua8JY", + "type": "LinearAlignmentsDisplay", + "PileupDisplay": { + "id": "ulHQgd0Omh3VttUCKyvPi", + "type": "LinearPileupDisplay", + "heightPreConfig": 205, + "configuration": { + "type": "LinearPileupDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearAlignmentsDisplay_LinearPileupDisplay_xyz" + }, + "filterBy": { + "flagInclude": 0, + "flagExclude": 1540 + }, + "jexlFilters": [], + "showSoftClipping": false + }, + "SNPCoverageDisplay": { + "id": "z_mkwAGHGZCZpvqG0AEMg", + "type": "LinearSNPCoverageDisplay", + "heightPreConfig": 45, + "configuration": { + "type": "LinearSNPCoverageDisplay", + "displayId": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearAlignmentsDisplay_snpcoverage_xyz" + }, + "selectedRendering": "", + "resolution": 1, + "constraints": {}, + "filterBy": { + "flagInclude": 0, + "flagExclude": 1540 + }, + "jexlFilters": [] + }, + "snpCovHeight": 45, + "configuration": "859509e7a79c8f48992e130a2a79b36e_0.bam-1704349533556-LinearAlignmentsDisplay", + "lowerPanelType": "LinearPileupDisplay" + } + ] + }, + { + "id": "sqXxD9i7mkIgJX9bStLFp", + "type": "FeatureTrack", + "configuration": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492", + "minimized": false, + "displays": [ + { + "id": "ot2hxRedj7L-2eOtTfj47", + "type": "LinearBasicDisplay", + "configuration": "1838188642fecd9922f419a0e735e755_0.gff3.gz-1704349668492-LinearBasicDisplay" + } + ] + }, + { + "id": "w8XYtNAPQ77lYiJ4yfTc_", + "type": "QuantitativeTrack", + "configuration": "merlin.bw-1704349777260", + "minimized": false, + "displays": [ + { + "id": "R7aBFiHHKrly_WAFzxdcN", + "type": "LinearWiggleDisplay", + "configuration": "merlin.bw-1704349777260-LinearWiggleDisplay", + "selectedRendering": "", + "resolution": 1, + "constraints": {} + } + ] + }, + { + "id": "vCT2YxTb4kbBwbjU7y0Nw", + "type": "ReferenceSequenceTrack", + "configuration": "Merlin-1704349310829", + "minimized": false, + "displays": [ + { + "id": "1hj13cpwWU1pHF9KyXyYA", + "type": "LinearReferenceSequenceDisplay", + "heightPreConfig": 50, + "configuration": "Merlin-1704349310829-LinearReferenceSequenceDisplay", + "showForward": true, + "showReverse": true, + "showTranslation": true + } + ] + } + ], + "hideHeader": false, + "hideHeaderOverview": false, + "hideNoTracksActive": false, + "trackSelectorType": "hierarchical", + "showCenterLine": false, + "showCytobandsSetting": true, + "trackLabels": "", + "showGridlines": true, + "showBookmarkHighlights": true, + "showBookmarkLabels": true + } + ], + "sessionAssemblies": [], + "temporaryAssemblies": [], + "focusedViewId": "oATIzuZAL61OxOyGsWP1l" + } +} \ No newline at end of file