question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Asterisks in sequence

See original GitHub issue

Escaped with \ asterisks in sequence are not read correctly. This valid yaml:

permissions:
  admin:
    - \*
  john:
    - deploy
    - delete
  \*:
    - download

When I’m trying to get admins permissions sequence, I’ve got \* string in java instead of *. Asterisk in map is read correctly (properly un-escaped in java).

Escaping asterisks is with quotation marks works fine.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
olenagerasimovacommented, Jul 7, 2020

@amihaiemil shame on me, sorry, I’ve read yaml docs not carefully, closing.

0reactions
amihaiemilcommented, Jul 7, 2020

@olenagerasimova It’s really simple to write a YamlSequence decorator and remove \ if you don’t need them. I’m not confortable modifying eo-yaml to have this behaviour.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bioinformatics Tools FAQ - Confluence Mobile - EMBL-EBI
What do consensus symbols represent in a Multiple Sequence Alignment? An * (asterisk) indicates positions which have a single, fully conserved residue.
Read more >
Multiple asterisks inside amino acid fasta sequences - Biostars
I have recently come across amino acid sequences with a lot of asterisks inside the sequences. For example, X*X*XXX*XXX .
Read more >
What do asterisks and underscores mean in the AA.Seq ...
My AA.Seq.CDR3 output shows an occasional asterisk and/or underscore for some of the assembled and exported clones(eg. CAR*CG_YEQYF).
Read more >
How to Interpret a Sequence Alignment - LabXchange
An asterisk (*) indicates that the amino acid is the same for all 3 sequences at that position. A colon (:) indicates that...
Read more >
How can I remove FASTA sequences with an asterisk inside ...
I have several protein sequences with an asterisk in the middle of the sequence, and I'd like to remove those sequences.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found