write empty .gt file as a placeholder
to suppress error messages from run-bwamem
This commit is contained in:
parent
32c4e3fe5a
commit
5aba188969
|
|
@ -15,6 +15,7 @@ fi
|
||||||
preres="resource-human-HLA"
|
preres="resource-human-HLA"
|
||||||
root=`dirname $0`
|
root=`dirname $0`
|
||||||
pre=$1.$2
|
pre=$1.$2
|
||||||
|
touch $pre.gt
|
||||||
|
|
||||||
if [ ! -s $pre.fq ]; then
|
if [ ! -s $pre.fq ]; then
|
||||||
echo '** Empty input file. Abort!' >&2
|
echo '** Empty input file. Abort!' >&2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue