This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert TDF to bedgraph using igvtools with the IGV interface?

Hello, I want to convert a TDF to bedgraph using igvtools with the IGV interface. From the tools option, this is not available. Any help?

igvtools bedgraph

1 answer

You will need to do this on the command line (terminal). See --> Conversion from tdf to bed format

Hello, I`ve tried this but it always gives me an error message saying:

Lmod has detected the following error: The following module(s) are unknown:
"IGVTools"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
  $ module --ignore-cache load "IGVTools"

I`ve double checked the spelling and the capitalization and it looks fine. This was why I was hoping to use the IGV Interface instead...

Looks like you are using modules system for software. Is module for IGV not installed properly? What do you see when you try which igvtools after loading the module for igv?

IGVtools is not IGV, it's two separate tool/toolkits.

Log in to answer this question.