Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
5
Star
4
Fork
1
feltus
/
OSG-GEM
Code
Issues
0
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Added check for pigz
Loading branch information
...
1 parent
71a7dc7
commit
0409d48965cfe28bf26ab7273cb3ca516e23ee02
rynge
committed
Oct 25, 2016
Unified
Split
Showing
1 changed file
with
5 additions
and
0 deletions
.
+5
−0
tools/prepare-inputs
Show comments
View
5
tools/prepare-inputs
@@ -8,6 +8,11 @@ TOOLS_DIR=$1
INPUT_FILE=
$(
readlink -f
$2
)
TARGET_DIR=
$3
TEMPLATE_NAME=
$4
+
+
if
!
which pigz
>
/dev/null
2>&1
;
then
+
echo
"
Required tool, pigz, is misisng from this host!
"
>&2
+
exit
1
+
fi
#
BASE_NAME=`basename $INPUT_FILE | sed -E 's/^(forward_|reverse_)//' | sed -E 's/(_[12])*(.fastq)*(.gz)*$//g'`
Toggle all file notes
0 comments on commit
0409d48
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
0409d48