-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect MIME-type for TSV-file inputs #831
Comments
Actually the Platform incompatibility is more to do with the lack of pattern specification in the schema- could be fixed like #832. |
The problem is solved for --input in the dev branch. However, all params that point to files should have patterns to make them work, so I keep the issue open as reminder. |
It looks like TSV datasets are still not selectable from the dropdown within Seqera Platform when using the |
Yes, there are two issues here.
The only viable workaround right now is to reset the schema to use a single file extension in the pattern. You could override the schema yourself pending the fix to the above. |
Description of the bug
The MIME-types for TSV files in nextflow_schema.json are set to
text/tsv
instead oftext/tab-separated-values
(see: IANA tsv).This causes issues within Seqera cloud, as TSV-files uploaded using the Datasets tab will have the
text/tab-separated-values
MIME-type, and will thus not be selectable as an input for the pipeline as it doesn't matchtext/tsv
.See Seqera platform docs regarding this feature:
https://docs.seqera.io/platform/24.3/data/datasets#use-a-dataset
Command used and terminal output
Relevant files
No response
System information
24.2.3_5387adb
2.12.0
The text was updated successfully, but these errors were encountered: