Skip to content

Commit

Permalink
temp directory was not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlange committed Jun 18, 2020
1 parent 575d6e9 commit 9f4e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/Preparation_GetReferenceDataMouse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo '---- Generate customized Sanger DB ----' | tee -a "ref/"$VersionMouse"/Get
date | tee -a "ref/"$VersionMouse"/GetReferenceData.txt"

sh $repository_dir/Preparation_GenerateSangerMouseDB.sh $VersionMouse $temp_dir
rm $temp_dir
rm -rf $temp_dir

wget -nv -c -r -P ref/"$VersionMouse"/ ftp://ftp-mouse.sanger.ac.uk/REL-1807-SNPs_Indels/mgp.v6.merged.norm.snp.indels.sfiltered.vcf.gz
wget -nv -c -r -P ref/"$VersionMouse"/ ftp://ftp-mouse.sanger.ac.uk/REL-1807-SNPs_Indels/mgp.v6.merged.norm.snp.indels.sfiltered.vcf.gz.tbi
Expand Down

0 comments on commit 9f4e6bf

Please sign in to comment.