Skip to content

Commit

Permalink
Update config.py for issue #187
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh authored Nov 10, 2023
1 parent 09dc237 commit a28518a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion piranha/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@

VALUE_CONFIGURATION_TABLE_FIELDS = [
KEY_MIN_READ_LENGTH,KEY_MAX_READ_LENGTH,KEY_MIN_MAP_QUALITY,KEY_MIN_READS,KEY_MIN_ALN_BLOCK,
KEY_MIN_PCENT,KEY_MEDAKA_MODEL,KEY_PRIMER_LENGTH,KEY_ANALYSIS_MODE,KEY_RUN_PHYLO
KEY_MIN_PCENT,KEY_MEDAKA_MODEL,KEY_PRIMER_LENGTH,KEY_ANALYSIS_MODE,KEY_RUN_PHYLO,
KEY_READDIR
]

# file names
Expand Down

0 comments on commit a28518a

Please sign in to comment.