Skip to content

Commit

Permalink
lower for loop start
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Feb 1, 2024
1 parent b2474a8 commit d97748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tronko/build/tronko_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d97748f

Please sign in to comment.