Skip to content

Commit eaba6de

Browse files
authored
Update iseq
1 parent 6bbd743 commit eaba6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/iseq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function checkSRA() {
537537
fi
538538
fi
539539
else
540-
vdb-validate $SRR > $SRR.log 2>&1
540+
vdb-validate ./$SRR > $SRR.log 2>&1
541541
if [[ $? -eq 0 ]]; then
542542
echo -e "\033[92m${SRR} download and md5 check successful, save ${SRR} in success.log\033[0m"
543543
echo -e "$(date)\t$SRR" >> success.log

0 commit comments

Comments
 (0)