You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading a sample sheet for a prep via the Qiita interface "SampleSheet" button, one receives a CSV file that contains the samplesheet info wrapped in an enclosing encodeURIComponent(...) . This prevents the file from functioning as a valid sample sheet in other processes.
The text was updated successfully, but these errors were encountered:
antgonza
added a commit
to antgonza/qiita
that referenced
this issue
Oct 10, 2024
When downloading a sample sheet for a prep via the Qiita interface "SampleSheet" button, one receives a CSV file that contains the samplesheet info wrapped in an enclosing
encodeURIComponent(...)
. This prevents the file from functioning as a valid sample sheet in other processes.The text was updated successfully, but these errors were encountered: