Skip to content

Commit 083c66f

Browse files
committed
fix: seqdup => segdup
1 parent c5c759a commit 083c66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

download-data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,17 +479,17 @@ ln -sr $(ls $DATA_DIR/download/worker/genes-regions-grch38-*/refseq_genes.bin |
479479

480480
log_info " - grch3{7,8}/features"
481481
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}
483483

484484
ln -sr $(ls $DATA_DIR/download/worker/masked-repeat-grch37-*/masked-repeat.bin | tr ' ' '\n' | tail -n 1) \
485485
$DATA_DIR/worker/grch37/features/masked_repeat.bin
486486
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
488488

489489
ln -sr $(ls $DATA_DIR/download/worker/masked-repeat-grch38-*/masked-repeat.bin | tr ' ' '\n' | tail -n 1) \
490490
$DATA_DIR/worker/grch38/features/masked_repeat.bin
491491
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
493493

494494
log_info "- tracks"
495495

0 commit comments

Comments
 (0)