./chimera.txt:
decompressed:
id: null
label: null
label: FASTA
id: http://edamontology.org/format_1929
This happened because noodles::fasta read the sam header line at the end as FASTA sequence. Its documentation says,
FASTA is a text format with no formal specification and only has de facto rules. It typically consists of a list of records, each with a definition on the first line and a sequence in the following lines.
Files that have FASTA format followed by other formats, like show below, are incorrectly detected as FASTA.
This happened because
noodles::fasta
read the sam header line at the end as FASTA sequence. Its documentation says,