Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 12, 2024
1 parent 31896ac commit 3f58ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/loculus/silo_import_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ download_data() {
prepare_preprocessing_config() {
pipelineVersion=$(zstd -d -c "$new_input_data_path" | jq -r '.metadata.pipelineVersion' | sort -u)
# TODO check that there is only one version in there and raise an error if there are multiple
# TODO the data might be empty
# TODO look at an env var to find the URL of the lineage file for that pipeline version
# Download the file
# prepare the preprocessing_conf.yaml
Expand Down

0 comments on commit 3f58ec0

Please sign in to comment.