Open corneliusroemer opened 1 month ago
What is the FASTA spec.? I found various definitions but couldn't identify a proper standard.
There's no single spec, but in many ways there's a rough consensus: https://www.ncbi.nlm.nih.gov/genbank/fastaformat/ or https://pacbiofileformats.readthedocs.io/en/13.0/FASTA.html
Also see: https://www.biostars.org/p/11254/
According to FASTA spec, the start of the header up to the first white space is the sequence id, everything after is description.
The backend currently seems to not follow the specs. Example, note sequence with header
custom5 1
, whose id should be parsed ascustom5
and be accepted.Body = {"type":"about:blank","title":"Unprocessable Entity","status":422,"detail":"Metadata file contains 1 submissionIds that are not present in the sequence file: custom5; Sequence file contains 1 submissionIds that are not present in the metadata file: custom5 1","instance":"/dummyOrganism/submit"}