File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2121# 4Pipe4 that require these databases.
2222
2323# Define some variables:
24+ set -e
25+ set -o pipefail
2426univec_url=" ftp://ftp.ncbi.nih.gov/pub/UniVec/UniVec"
2527nr_url=" ftp://ftp.ncbi.nlm.nih.gov/blast/db/"
2628
Original file line number Diff line number Diff line change 1919# required emboss programs to run 4Pipe4.
2020
2121# Define some variables:
22+ set -e
23+ set -o pipefail
2224emboss_url=" ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz"
2325
2426# Create a working dir
Original file line number Diff line number Diff line change 1919# the other helper scripts and generate a template for your 4Pipe4rc file.
2020# You still have to fill things like the Univec database and the assmebly
2121# parameters!
22+ set -e
23+ set -o pipefail
2224
2325workdir=~ /Software
2426datadir=~ /Databases
You can’t perform that action at this time.
0 commit comments