File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -479,17 +479,17 @@ ln -sr $(ls $DATA_DIR/download/worker/genes-regions-grch38-*/refseq_genes.bin |
479
479
480
480
log_info " - grch3{7,8}/features"
481
481
mkdir -p $DATA_DIR /worker/grch3{7,8}/features
482
- rm -f $DATA_DIR /worker/grch3? /features/{masked_repeat.bin,masked_seqdup .bin}
482
+ rm -f $DATA_DIR /worker/grch3? /features/{masked_repeat.bin,masked_segdup .bin}
483
483
484
484
ln -sr $( ls $DATA_DIR /download/worker/masked-repeat-grch37-* /masked-repeat.bin | tr ' ' ' \n' | tail -n 1) \
485
485
$DATA_DIR /worker/grch37/features/masked_repeat.bin
486
486
ln -sr $( ls $DATA_DIR /download/worker/masked-segdup-grch37-* /masked-segdup.bin | tr ' ' ' \n' | tail -n 1) \
487
- $DATA_DIR /worker/grch37/features/masked_seqdup .bin
487
+ $DATA_DIR /worker/grch37/features/masked_segdup .bin
488
488
489
489
ln -sr $( ls $DATA_DIR /download/worker/masked-repeat-grch38-* /masked-repeat.bin | tr ' ' ' \n' | tail -n 1) \
490
490
$DATA_DIR /worker/grch38/features/masked_repeat.bin
491
491
ln -sr $( ls $DATA_DIR /download/worker/masked-segdup-grch38-* /masked-segdup.bin | tr ' ' ' \n' | tail -n 1) \
492
- $DATA_DIR /worker/grch38/features/masked_seqdup .bin
492
+ $DATA_DIR /worker/grch38/features/masked_segdup .bin
493
493
494
494
log_info " - tracks"
495
495
You can’t perform that action at this time.
0 commit comments