Skip to content

Commit

Permalink
added the file extension to the ExtractAction model, since this data …
Browse files Browse the repository at this point in the history
…i used by renamer and it is for most files also data that we ahve in the fileformats.yml
  • Loading branch information
Magnus Lindholm committed Nov 15, 2023
1 parent dc4e81c commit 09ea065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ class ExtractAction(BaseModel):
Attributes:
tool (str): The name of the tool used for extraction.
file_extension (Optional[str]): The suffix that the file should have. Defaults to None.
dir_suffix (str): The output directory where the extracted data will be saved.
"""

tool: str
file_extension: Optional[str]
dir_suffix: str


Expand Down

0 comments on commit 09ea065

Please sign in to comment.