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

control strand type (RNA /DNA ) from config file #12

Open
Blosberg opened this issue Mar 7, 2019 · 0 comments
Open

control strand type (RNA /DNA ) from config file #12

Blosberg opened this issue Mar 7, 2019 · 0 comments
Labels
low_priority might be necessary later. Can ignore for now.

Comments

@Blosberg
Copy link
Owner

Blosberg commented Mar 7, 2019

current assumption of RNA data is hard-coded.
upon conversion from table to GRanges (in tables2GR), the model parameters are stored explicitly, and "T" is transliterated to "U". The input variable strand_type="RNA" in the function writeout_pore_model() in Rmain_npreads_tables2GR.R is hardcoded to "RNA". We should instead refer directly to the read type defined in the config file whenever we need to start differentiating, just as we refer here for options during alignment in the solution to Issue #9

Very easy to fix, but no need to do so at the moment. Will revisit this whenever (if-ever) it becomes necessary to distinguish between RNA/cDNA/etc.

@Blosberg Blosberg added the low_priority might be necessary later. Can ignore for now. label Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low_priority might be necessary later. Can ignore for now.
Projects
None yet
Development

No branches or pull requests

1 participant