You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the ClustalOWrapper in automatic combination with the Clustal File Parser, one can seamlessly integrate ClustalO in an FSharp scripting workflow. ClustalO offers other outputs too.
Describe the solution you'd like
Other output types could be directly calles and parsed back to the FSharp runtime. An example for this are the phylogenetic clusterings ClustalO can create. The standard tree output is already supported by BioFSharp in form of the Newick parser. Therefore additionally to the AlignSequences member, the ClustalO wrapper could easily be extended with a ClusterSequences or PhylogeneticTreeOfSequences.
A better idea regarding the name would be highly appreciated..
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using the ClustalOWrapper in automatic combination with the Clustal File Parser, one can seamlessly integrate ClustalO in an FSharp scripting workflow. ClustalO offers other outputs too.
Describe the solution you'd like
Other output types could be directly calles and parsed back to the FSharp runtime. An example for this are the phylogenetic clusterings ClustalO can create. The standard tree output is already supported by BioFSharp in form of the Newick parser. Therefore additionally to the
AlignSequences
member, the ClustalO wrapper could easily be extended with aClusterSequences
orPhylogeneticTreeOfSequences
.A better idea regarding the name would be highly appreciated..
The text was updated successfully, but these errors were encountered: