I'm trying to programmatically download all the narrowpeak bed files which match my search with the ENCODE project web app. I have tried instructions on the REST API using the python command as suggested by the documentation, but it doesn't seem to extract the download path. Maybe my search brings up too many results?
I was hoping someone could help me to extract the download paths for the above search using the API so I can automate this step. Thanks in advance!
you might want to try the Encodexplorer http://bioconductor.org/packages/release/bioc/html/ENCODExplorer.html
Perfect! That's exactly what I was after!