Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation request- seqcol without sequences #73

Closed
mikelove opened this issue Mar 28, 2024 · 2 comments
Closed

Documentation request- seqcol without sequences #73

mikelove opened this issue Mar 28, 2024 · 2 comments

Comments

@mikelove
Copy link

Can you provide an example of canonical seqcol object representation when sequences are not provided, as in F4.

Do you leave off the sequences entry or do you digest the empty string or other?

@rob-p

@nsheff
Copy link
Member

nsheff commented Mar 28, 2024

Ok, I'll add that. basically you just don't include the sequences attribute at all. (no digested empty string)

@nsheff
Copy link
Member

nsheff commented May 17, 2024

I added an example to the spec:

{
  "lengths": [
    "1216",
    "970",
    "1788"
  ],
  "names": [
    "A",
    "B",
    "C"
  ]
}

@nsheff nsheff closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants