Patch a bug leading to add extra quote to command line parametters
Former-commit-id: f84fd562054be66141b10621da80c9bd8817a93e Former-commit-id: be585a9ed7e20e2ecd2898b575b5efd2c7ceea22
This commit is contained in:
@ -29,7 +29,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -- $options
|
||||
eval set -- "$options"
|
||||
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
@ -63,13 +63,14 @@ pushTmpDir ORG.organnot
|
||||
else
|
||||
QUERY="$1"
|
||||
fi
|
||||
|
||||
|
||||
RESULTS=$(basename ${QUERY/.*/})
|
||||
LOG="${CALL_DIR}/${RESULTS}.log"
|
||||
|
||||
rm -f ${LOG}
|
||||
openLogFile ${LOG}
|
||||
|
||||
|
||||
if [ "$irdetection"=="yes" ]; then
|
||||
|
||||
loginfo "Normalizing the structure of the Chloroplast sequence..."
|
||||
|
Reference in New Issue
Block a user