From d97748f2f81b9316f1d97d7fb4c7c5b5a70825d2 Mon Sep 17 00:00:00 2001 From: hector-baez Date: Thu, 1 Feb 2024 09:42:59 -0600 Subject: [PATCH] lower for loop start --- tronko/build/tronko_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tronko/build/tronko_build.sh b/tronko/build/tronko_build.sh index 58e8795..4298c75 100755 --- a/tronko/build/tronko_build.sh +++ b/tronko/build/tronko_build.sh @@ -32,7 +32,7 @@ partitions=$(ls ${newick}/*txt | wc -l) aws s3 sync s3://$BUCKET/CruxV2/$RUNID/$PRIMER/tronko $outdir --no-progress --endpoint-url https://js2.jetstream-cloud.org:8001/ # Calculate b (PARTITION_NUMBER) -for i in {9999..999999}; do +for i in {999..999999}; do if ! [[ -e "partition${i}.fasta" && -e "partition${i}_MSA.fasta" ]]; then echo "The first number without both fasta files is: ${i}" PARTITION_NUMBER=$i