Skip to content

Commit

Permalink
feat(website): mention compression formats on submission page (#1679)
Browse files Browse the repository at this point in the history
* compression formats

* paras

* format

* tweak spacing
  • Loading branch information
theosanderson authored Apr 28, 2024
1 parent 4d3f86a commit a4d5a03
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions website/src/components/Submission/DataUploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,16 @@ const InnerDataUploadForm = ({
<a href={routes.metadataTemplate(organism)} className='text-primary-700'>
a template
</a>{' '}
for the metadata file with column headings. For more information on the format in which data
should be uploaded and the required metadata, please refer to our{' '}
for the TSV metadata file with column headings.
</p>

<p className='text-gray-800 text-xs mt-3 opacity-50'>
Files can optionally be compressed, with the appropriate extension (<i>.zst</i>, <i>.gz</i>,{' '}
<i>.zip</i>, <i>.xz</i>).
</p>
<p className='text-gray-800 text-xs mt-3 opacity-50'>
For more information on the format in which data should be uploaded and the required
metadata, please refer to our{' '}
<a href='#TODO-MVP' className='text-primary-700'>
help pages
</a>
Expand Down

0 comments on commit a4d5a03

Please sign in to comment.