python-genome-browser icon indicating copy to clipboard operation
python-genome-browser copied to clipboard

Tools for making plots of genomic datasets in a genome-browser-like format

Results 2 python-genome-browser issues
Sort by recently updated
recently updated
newest added

File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1509, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified works on wsl but not on...

I am trying to run the following part of the data from the demonstration: **genes_and_rna_plotter = pygbrowse.plots.GenomeBrowser([[rnaseq_plotter], [genemodel_plotter]]) fig = genes_and_rna_plotter.visualize('chr4', 62494071, 62546083)** I keep getting this error message, and...