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
Downloading bgdata datasets
bgdata get datasets/genomereference/hg19
2025-01-20 09:47:54 bgdata.manager INFO -- Tag "master" for "datasets/genomereference/hg19" resolved as 20190201
2025-01-20 09:47:54 bgdata INFO -- Dataset downloaded
../datasets//bgdata/datasets/genomereference/hg19-20190201
bgdata get datasets/genomereference/hg38
2025-01-20 09:47:54 bgdata.manager INFO -- Tag "master" for "datasets/genomereference/hg38" resolved as 20161209
2025-01-20 09:47:54 bgdata INFO -- Dataset downloaded
../datasets//bgdata/datasets/genomereference/hg38-20161209
bgdata get intogen/coverage/hg19
2025-01-20 09:47:55 bgdata.manager INFO -- Tag "master" for "intogen/coverage/hg19" resolved as 20191209
2025-01-20 09:47:55 bgdata INFO -- Dataset downloaded
../datasets//bgdata/intogen/coverage/hg19-20191209/hg19_100bp.coverage.regions.gz
bgdata get intogen/coverage/hg38
2025-01-20 09:47:56 bgdata.manager INFO -- Tag "master" for "intogen/coverage/hg38" resolved as 20191209
2025-01-20 09:47:56 bgdata INFO -- Dataset downloaded
../datasets//bgdata/intogen/coverage/hg38-20191209/hg38_100bp.coverage.regions.gz
bgdata get intogen/dndscv/pan
2025-01-20 09:47:56 bgdata.manager INFO -- Tag "master" for "intogen/dndscv/pan" resolved as 20200818
2025-01-20 09:47:56 bgdata INFO -- Dataset downloaded
../datasets//bgdata/intogen/dndscv/pan-20200818/PCATLAS_WXS_PAN.out.gz
Creating phylop datasets
datasets/boostdm/hg38.download.sh ../datasets//boostdm
+ DEST=../datasets//boostdm
+ path_output=../datasets//boostdm/hg38.phyloP100way.bw
+ rsync -avz --progress rsync://hgdownload.cse.ucsc.edu/goldenPath/hg38/phyloP100way/hg38.phyloP100way.bw ../datasets//boostdm/hg38.phyloP100way.bw
receiving incremental file list
sent 24 bytes received 67 bytes 20.22 bytes/sec
total size is 9,870,053,206 speedup is 108,462,123.14
tabix -f -s 1 -b 2 -e 2 ../datasets//vep/vep.tsv.gz
[E::hts_idx_push] Chromosome blocks not continuous
tbx_index_build failed: ../datasets//vep/vep.tsv.gz
make: *** [datasets/vep/vep.mk:25: ../datasets//vep/vep.tsv.gz.tbi] Error 1
The text was updated successfully, but these errors were encountered:
Could you remove ../datasets//vep/vep.tsv.gz and rerun the step?
In order to build the vep.tsv.gz we run a multiprocess step that first split the run and then combines the outputs in one file. If on of the split processes fails the final file will end up with missing regions. Could you also provide the output of:
$ ls -lha vep.tsv.gz
and
$ zcat vep.tsv.gz | wc
the latest might take some time to process. Thanks
Very sorry - more errors on build:
The text was updated successfully, but these errors were encountered: