Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8f488d1

Browse files
committed
Tell unzip to overwrite (so can re-run script without error)
1 parent d95478d commit 8f488d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch_sample_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "Fetching proteins from Potato Genome Sequencing Consortium"
2929
echo "=========================================================="
3030

3131
$FETCH http://potato.plantbiology.msu.edu/data/PGSC_DM_v3.4_pep_representative.fasta.zip
32-
unzip PGSC_DM_v3.4_pep_representative.fasta.zip
32+
unzip -o PGSC_DM_v3.4_pep_representative.fasta.zip
3333

3434
echo "===================================="
3535
echo "Fetching PF08792 alignment from PFAM"

0 commit comments

Comments
 (0)