When download error occur, output the URL of the file, into the genomerunner_dbcreator.log. It may be as simple as instead of
INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from UCSC
output
INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from http://.....bed.gz
The error now looks like:
2015-07-22 12:57:45,442 INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from UCSC
2015-07-22 14:18:11,994 INFO Converting into proper bed format: wgEncodeAwgSegmentationSegwayGm12878.bed.gz
2015-07-22 14:18:12,211 WARNING Unable to convert wgEncodeAwgSegmentationSegwayGm12878.bed.gz into bed
When download error occur, output the URL of the file, into the genomerunner_dbcreator.log. It may be as simple as instead of INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from UCSC output INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from http://.....bed.gz
The error now looks like:
2015-07-22 12:57:45,442 INFO Downloading wgEncodeAwgSegmentationSegwayGm12878.bed.gz from UCSC
2015-07-22 14:18:11,994 INFO Converting into proper bed format: wgEncodeAwgSegmentationSegwayGm12878.bed.gz
2015-07-22 14:18:12,211 WARNING Unable to convert wgEncodeAwgSegmentationSegwayGm12878.bed.gz into bed
2015-07-22 14:18:12,212 WARNING Traceback (most recent call last):
File "/home/mdozmorov/genome_runner/grsnp/dbcreator_encode.py", line 601, in create_feature_set
File "/home/mdozmorov/genome_runner/grsnp/dbcreator_encode.py", line 277, in preparebed_splitby
File "/usr/lib/python2.7/gzip.py", line 34, in open
File "/usr/lib/python2.7/gzip.py", line 94, in init
IOError: [Errno 2] No such file or directory: '/home/mdozmorov/db_5.00_07-22-2015/downloads/hg19/wgEncodeAwgSegmentationSegwayGm12878.bed.gz'