Skip to content
Snippets Groups Projects
Commit 73524d7a authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO :black_circle:
Browse files

4.0

parent 94e47eec
No related branches found
Tags 4.0
No related merge requests found
......@@ -356,7 +356,7 @@ do
done
echo ;
if [ $DL -eq 0 ]; then exit 0 ;
if [ $DL -eq 0 ]; then echo -e "$(chrono)\t\texiting" ; exit 0 ;
elif [ $DL -eq 1 ]; then echo -e -n "$(chrono)\t\t$DL valid accession; " ;
else echo -e -n "$(chrono)\t\t$DL valid accessions; " ; fi
N=0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment