Princeton-LSI-ResearchComputing / tracebase

Mouse Metabolite Tracing Data Repository for the Rabinowitz Lab
MIT License
4 stars 1 forks source link

Function to determine DataFormat #958

Closed lparsons closed 1 month ago

lparsons commented 2 months ago

FEATURE REQUEST

Inspiration

Adding additional peak annotation formats makes using format flags cumbersome. Automatically detecting recognized formats would simplify loading.

Description

Implement a function that determines the DataFormat of a specified peak annotation file.

Alternatives

None

Dependencies

None

Comment

None


ISSUE OWNER SECTION

Assumptions

  1. List of assumptions that the code will not explicitly address/check
  2. E.g. We will assume input is correct (explaining why there is no validation)

Limitations

  1. A list of things this work will specifically not do
  2. E.g. This feature will only handle the most frequent use case X

Affected Components

Requirements

DESIGN

Interface Change description

None provided

Code Change Description

None provided

Tests