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
  • #57

Closed
Open
Opened Jul 06, 2017 by Celine Mercier@mercierOwner

Uniform Resource Identifier

  • Proposed prefixes: dms, fasta, fastq, tab, txt, bin, json, and the variants with the suffix -http (and eventually -ssh and -ftp?): dms-http, fasta-http, fastq-http etc.

  • Proposed URI prototype:

[dms|fasta|fastq|tab|txt|bin|json(-http)]:[path](@[view])(@[column])(@[element_name|element_index])(#line_number)

  • If no prefix given, dms is the default

  • -: corresponds to stdin or stdout

  • If only one DMS is specified when using an obi command, it is assumed that all views handled belong to that DMS.

  • Examples of URIs:

    dms:path

    dms:/path (absolute path)

    dms:dms1@view1

    `dms1@view1@column1@element1#873` (assumes that `dms1` is a DMS, and references view1, column1, element1 and line 873)
    
    `fasta:file.fasta`
    
     `fasta:-` (stdin or stdout in Fasta format)
    
     `tab:-` (stdin or stdout in tabular format)
    
     `fasta-http:url`
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#57