Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • OBITools3
  • Issues
  • #91

Closed
Open
Opened Feb 11, 2021 by Eric Coissac@coissacOwner

Problem of quoting quotes when reporting obi commands including quotes in the history

When you run a command like that one that includes quotes and double quotes

obi grep -p "len(sequence)>=80 and sequence['COUNT']>=10" \
          wolf/cleaned_metadata_sequences \
          wolf/denoised_sequences

The history is reporting it like that :

obi grep -p len(sequence)>=80 and sequence['COUNT']>=10 wolf/cleaned_metadata_sequences wolf/denoised_sequences

The previous command is not following a correct Unix syntax because the double quotes have been lost.

It induces also error in the generated dot file if you use the -d option of the obi history command.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: obitools/obitools3#91