You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
ngsplot gives me an error
Configuring variables...Error in CheckRegionAllowed(reg2plot, default.tbl) :
Unknown region specified. Must be one of: bed
Execution halted
when I use -R flag with tss or genebody etc....but no errors when I specify my bed file.
Can someone help.
The text was updated successfully, but these errors were encountered:
Adding a fix here to an old issue in case anyone else runs into it.
If you try to install a database and the ngsplotdb.py script is run using python3, it will error and not install completely. Then, when you run ngs.plot.r it cannot find tss in the database.
In the ngsplotdb.py and setTableDefaults.py files change the first line from
#!/usr/bin/env python
This error means that the genome's database is corrupted. Reinstall the database using ngsplotdb.py install ..., and make sure that all InstalledFeatures are present (cgi,exon,genebody,tss,tes) using 'ngsplotdb.py list' after installation.
Hi,
ngsplot gives me an error
Configuring variables...Error in CheckRegionAllowed(reg2plot, default.tbl) :
Unknown region specified. Must be one of: bed
Execution halted
when I use -R flag with tss or genebody etc....but no errors when I specify my bed file.
Can someone help.
The text was updated successfully, but these errors were encountered: