Skip to content

Commit

Permalink
undocumented beta release tested with beta tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotred committed Oct 18, 2020
1 parent f9661f5 commit c3b4b29
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 13 deletions.
Binary file modified binaries/macosx/t_coffee
Binary file not shown.
2 changes: 1 addition & 1 deletion build/web-readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
T-Coffee distribution
=====================
Version_13.45.2.0818d8a #_#UPDATE_VERSION -- Populated by edit_version.pl
Version_13.45.3.f9661f5 #_#UPDATE_VERSION -- Populated by edit_version.pl
The version ID is organized as follows: <Major Release>.<Latest Stable>.<Latest Beta>.<Github version tag>
Content of this directory:
Linux Installation:
Expand Down
2 changes: 1 addition & 1 deletion docs/.html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ee64ff0480d652ce9cafff68978abb35
config: a6b57a8c372452bf173b5ec65b296940
tags: 33eac41acc08762151beb8f3b7b86c8f
Binary file modified docs/.html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/.html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'Version_13.45.2.0818d8a',
VERSION: 'Version_13.45.3.f9661f5',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
6 changes: 3 additions & 3 deletions docs/.html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>T-Coffee Version_13.45.2.0818d8a documentation</title>
<title>T-Coffee Version_13.45.3.f9661f5 documentation</title>



Expand Down Expand Up @@ -58,7 +58,7 @@


<div class="version">
Version_13.45.2.0818d8a
Version_13.45.3.f9661f5
</div>


Expand Down Expand Up @@ -716,7 +716,7 @@

<li><a href="index.html#document-index">Docs</a> &raquo;</li>

<li>T-Coffee Version_13.45.2.0818d8a documentation</li>
<li>T-Coffee Version_13.45.3.f9661f5 documentation</li>


<li class="wy-breadcrumbs-aside">
Expand Down
Binary file modified docs/.html/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'Version_13.45.2.0818d8a' #_#UPDATE_VERSION_TAG1 -- Populated by edit_version.pl
version = u'Version_13.45.3.f9661f5' #_#UPDATE_VERSION_TAG1 -- Populated by edit_version.pl
# The full version, including alpha/beta/rc tags.
release = u'Version_13.45.2.0818d8a' #_#UPDATE_VERSION_TAG2 -- Populated by edit_version.pl
release = u'Version_13.45.3.f9661f5' #_#UPDATE_VERSION_TAG2 -- Populated by edit_version.pl

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions lib/dp_lib/evaluate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,7 @@ float tune_imaxD (Alignment *A, Constraint_list *CL, char *mode, float scan3D_ma
return bimaxD;
}





Expand Down
1 change: 1 addition & 0 deletions lib/dp_lib/evaluate_for_struc.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ char * pdb2contacts2lib (Sequence *S, char *mode,float max, char *name, char * i
else scope=all;




if (!max)
{
Expand Down
1 change: 1 addition & 0 deletions lib/io_lib/tree_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,7 @@ NT_node compute_std_tree_2 (Alignment *A, int **s, char *cl)
return compute_cw_tree (A);
}


//compute distance matrix if needed
if ( !s)
{
Expand Down
1 change: 1 addition & 0 deletions lib/util_lib/reformat.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ int seq_reformat ( int argc, char **in_argv)
fprintf ( stdout, "\n .....................gop and gep must be negative");
fprintf ( stdout, "\n .....................use -output=color_ascii, color_html to get a color display");


fprintf ( stdout, "\n.....+evaluate_lat........Make a lateral evaluation with matrix");
fprintf ( stdout, "\n +msa_weight proc.....Computes weights using the procedure");
fprintf ( stdout, "\nRNA analysis Post Processing___________________________________________________");
Expand Down
2 changes: 1 addition & 1 deletion lib/util_lib/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6593,7 +6593,7 @@ void dump_io(char *target, char *nature)
n++;
}

free_arrayN ((void ***)list, 3);
free_arrayN ((void ***)list, 3);

fprintf (fp, "<environement>\n");
fclose (fp);
Expand Down
2 changes: 1 addition & 1 deletion lib/util_lib/util_make_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ NT_node list2balanced_dnd (char **name, int n)
i=j=0;
for (j=i=0; i<n-1; i+=2)
{
node=new_declare_tree_node();
node=new_declare_tree_node();
node->left=NL[i];
node->right=NL[i+1];
(node->right)->parent=(node->left)->parent=node;
Expand Down
2 changes: 1 addition & 1 deletion lib/version/build_version.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
2 changes: 1 addition & 1 deletion lib/version/github.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* master 0818d8a undocumented beta release tested with stable tests
* master f9661f5 [ahead 2] Merge branch 'master' of https://github.com/cbcrg/tcoffee
2 changes: 1 addition & 1 deletion lib/version/version_number.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version_13.45.2.0818d8a
Version_13.45.3.f9661f5

0 comments on commit c3b4b29

Please sign in to comment.