Skip to content

Commit

Permalink
fix: non default unaligned nucleotide sequence prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKellerer committed Jan 25, 2024
1 parent abf0844 commit 93b4829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/silo/preprocessing/preprocessing_config_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ struct convert<OptionalPreprocessingConfig> {
extractStringIfPresent(node, "pangoLineageDefinitionFilename"),
extractStringIfPresent(node, "referenceGenomeFilename"),
extractStringIfPresent(node, "nucleotideSequencePrefix"),
extractStringIfPresent(node, "unalignedNucleotideSequencePrefix"),
extractStringIfPresent(node, "genePrefix")
};

Expand Down

0 comments on commit 93b4829

Please sign in to comment.