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

concatenate sequence string with modifications #22

Open
sdouglas opened this issue Dec 6, 2014 · 1 comment
Open

concatenate sequence string with modifications #22

sdouglas opened this issue Dec 6, 2014 · 1 comment

Comments

@sdouglas
Copy link
Contributor

sdouglas commented Dec 6, 2014

Oligo modifications (aka "mods") are text strings that can be included in a DNA sequence.

Currently they are exported in separate columns

4[39],5[39],CAATAGCTCATGGT,10,#7300de,/5Biosg/,/3Cy3sp/

So the sequence exported reflects what is in the model, we should instead concatenate the mods and the DNA sequence before export, i.e.

4[39],5[39],/5Biosg/CAATAGCTCATGGT/3Cy3sp/,10,#7300de
@grinner
Copy link
Contributor

grinner commented May 6, 2015

Is this not fixed?
see line 144 of oligo.py

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