microbiomedata / metadata-for-user-facility-template-transformations

CLI tool to convert metadata submissions from the NMDC submission portal to user facility Excel templates
0 stars 0 forks source link

Flip flop columns M and L so plate label is first in export #38

Open mslarae13 opened 2 months ago

mslarae13 commented 2 months ago

Column order matters for JGI.

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Tube or Plate Label* | Sample Container* | Plate location (well #)* required if samples provided in a plate -- | -- | --

It needs to be

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Tube or Plate Label* | Sample Container* | Plate location (well #)* required if samples provided in a plate. -- | -- | --

mslarae13 commented 1 month ago

See comments on https://github.com/microbiomedata/metadata-template-transformation/issues/18