We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Is this not fixed? see line 144 of oligo.py
Sorry, something went wrong.
No branches or pull requests
Oligo modifications (aka "mods") are text strings that can be included in a DNA sequence.
Currently they are exported in separate columns
So the sequence exported reflects what is in the model, we should instead concatenate the mods and the DNA sequence before export, i.e.
The text was updated successfully, but these errors were encountered: