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

alternative start codons #48

Open
cpaight opened this issue Sep 16, 2022 · 1 comment
Open

alternative start codons #48

cpaight opened this issue Sep 16, 2022 · 1 comment

Comments

@cpaight
Copy link

cpaight commented Sep 16, 2022

Is it possible to set spaln parameters when running ProtHin? I want to specify the translation table I want spaln to use.

@tomasbruna
Copy link
Contributor

There is no interface to do this, but you can change them directly in here:

"$binDir/../dependencies/spaln" $mode $nonCanonicalFlag -LS -pw -S1 -O1 -l $alignmentLength "$nuc" "$prot" \
2> /dev/null | "$binDir/../dependencies/spaln_boundary_scorer" -o "${nuc}_${prot}" -w 10 \
-s "$binDir/../dependencies/blosum62.csv" -e $min_exon_score -x $min_exon_score

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