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

UTR trimming sites are hard-coded #49

Open
dfornika opened this issue Jun 6, 2022 · 0 comments
Open

UTR trimming sites are hard-coded #49

dfornika opened this issue Jun 6, 2022 · 0 comments

Comments

@dfornika
Copy link
Member

dfornika commented Jun 6, 2022

We perform the trimUTRFromAlignment process to remove 5' and 3' untranslated regions from the aligned consensus. The positions where those trims are made are currently hard-coded on this line:

echo -e "\$(head -n 1 ${alignment} | cut -c 2-):266-29674" > non_utr.txt

Those positions should be made configurable via parameters (eg. --trim_utr_start and --trim_utr_end or similar). The default values should be set to the current values that we have hard-coded.

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

1 participant