Skip to content

Commit

Permalink
fix lineage definition file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 17, 2024
1 parent e42874a commit 7a19bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/loculus/silo_import_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# Default values
root_dir=""
last_etag=""
lineage_definition_file=lineage_definitions.yaml
lineage_definition_file=input/lineage_definitions.yaml
preprocessing_config_file=preprocessing_config.yaml
preprocessing_config_file_merged=preprocessing_config_merged.yaml

Expand Down Expand Up @@ -187,7 +187,7 @@ prepare_preprocessing_config() {
fi

cp $preprocessing_config_file $preprocessing_config_file_merged
echo -e "\nlineageDefinitionsFilename: \"$lineage_definition_file\"\n" >> $preprocessing_config_file_merged
echo -e "lineageDefinitionsFilename: \"$lineage_definition_file\"\n" >> $preprocessing_config_file_merged
}

preprocessing() {
Expand Down

0 comments on commit 7a19bb5

Please sign in to comment.