Skip to content

Commit

Permalink
Merge pull request jeromekelleher#318 from szhan/fix_skip_date
Browse files Browse the repository at this point in the history
Fix skip date in run script
  • Loading branch information
jeromekelleher authored Sep 29, 2024
2 parents 7fd5b44 + c3c72fa commit 45a335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python3 -m sc2ts initialise $last_ts $matches
# date=2020-03-01
# last_ts="$results_prefix$date".ts

dates=`python3 -m sc2ts list-dates --after $date $metadata | grep -v 2021-12-31`
dates=`python3 -m sc2ts list-dates --after $date $metadata | grep -v 2020-12-31`
for date in $dates; do
out_ts="$results_prefix$date".ts
python3 -m sc2ts extend $last_ts $date $alignments $metadata \
Expand Down

0 comments on commit 45a335a

Please sign in to comment.