Skip to content
Snippets Groups Projects
Commit fa23c729 authored by HongKee Moon's avatar HongKee Moon
Browse files

Correct the typo

parent f29164d9
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@
proteins.push(`${i}`)
})
exports.push([item.name, item.canonical_id, item.is_experimental ? 'Syntehtic' : 'Biomolecular', item.species_name, item.species_tax_id, proteins.join(', ')].join('\t'));
exports.push([item.name, item.canonical_id, item.is_experimental ? 'Synthetic' : 'Biomolecular', item.species_name, item.species_tax_id, proteins.join(', ')].join('\t'));
})
let blob = new Blob([exports.join('\n')], {type: 'text/tsv'})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment