Entering edit mode
4.0 years ago
nobu.kim66
▴
40
Hello,
For a school project, my group and I were thinking of making a full suite of Biopython tools available via a web interface (no coding necessary by users). Would there be any demand for this kind of website? Or would it be redundant since there is Emboss?
I think making a tool that requires no coding but notionally provides BioPython functionally is a bit of a contradiction in terms.
To my mind the entire point of BioPython is to be able to rapidly code your own tools. It might make for a fun/informative project, but I'm not sure of its overall utility. This may just be me though.
@Joe, we are starting with implementing our own Needleman and Waterman with a Plotly Dash frontend. Unfortunately, our group stumbled on Needleman so was looking at using:
Biopython automatically chooses the algorithm based on the gap penalty parameters but we are having trouble discerning among them:
Add Comment
orAdd Reply
instead.code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.What are internal, target, query?
Target and query refer to the 2 sequences. "Internal" means opening a gap within the sequence c.f. the ends of the sequence (the former is generally more expensive).