Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed Nov 1, 2016
1 parent 8f436ff commit 106fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bgz:
$(foreach file, $(bed_files), bgzip $(file);)

d_1000Genomes:
mkdir -p ./databases/raw/1000Genomes
mkdir -p ${DEST_DIR}/raw/1000Genomes
cat ./scripts/preprocessing/links.txt | xargs -n1 wget -nc -P ${DEST_DIR}/raw/1000Genomes/

define process_1000Genomes_file
Expand Down

0 comments on commit 106fba9

Please sign in to comment.