Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
QTL
spell-qtl
Commits
27d6a61a
Commit
27d6a61a
authored
Jul 27, 2018
by
Damien Leroux
Browse files
Reorganization of include files. Added missing license.
parent
679163b5
Changes
201
Show whitespace changes
Inline
Side-by-side
src/bayes
/pedigree_analysis.cc
→
attic
/pedigree_analysis
-2
.cc
View file @
27d6a61a
File moved
sr
c/pedigree_analysis.cc
→
atti
c/pedigree_analysis.cc
View file @
27d6a61a
File moved
sr
c/polynom.cc
→
atti
c/polynom.cc
View file @
27d6a61a
File moved
include
/polynom.h
→
attic
/polynom.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_POLYNOM_H_
#ifdef _SPEL_POLYNOM_H_
#error "_SPEL_POLYNOM_H_ already defined!"
#else
#define _SPEL_POLYNOM_H_
#include <vector>
...
...
include
/population.h
→
attic
/population.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_POP_H_
#ifdef _SPEL_POP_H_
#error "_SPEL_POP_H_ already defined!"
#else
#define _SPEL_POP_H_
#include "polynom.h"
...
...
include
/proba_config.h
→
attic
/proba_config.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_PROBA_CONFIG_H_
#ifdef _SPEL_PROBA_CONFIG_H_
#error "_SPEL_PROBA_CONFIG_H_ already defined!"
#else
#define _SPEL_PROBA_CONFIG_H_
/*#define LOCUS_VECTOR_IS_ABUNDANCE*/
...
...
sr
c/probabilities.cc
→
atti
c/probabilities.cc
View file @
27d6a61a
File moved
include
/probabilities.h
→
attic
/probabilities.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_GENOPROBA_H_
#ifdef _SPEL_GENOPROBA_H_
#error "_SPEL_GENOPROBA_H_ already defined!"
#else
#define _SPEL_GENOPROBA_H_
/*#include <Eigen/Core>*/
...
...
sr
c/probapop_dtd.cc
→
atti
c/probapop_dtd.cc
View file @
27d6a61a
File moved
include
/probapop_dtd.h
→
attic
/probapop_dtd.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_PROBA_DTD_H_
#ifdef _SPEL_PROBA_DTD_H_
#error "_SPEL_PROBA_DTD_H_ already defined!"
#else
#define _SPEL_PROBA_DTD_H_
/*#include <Eigen/Core>*/
...
...
include
/progress_display.h
→
attic
/progress_display.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_PROGRESS_DISPLAY_H_
#ifdef _SPEL_PROGRESS_DISPLAY_H_
#error "_SPEL_PROGRESS_DISPLAY_H_ already defined!"
#else
#define _SPEL_PROGRESS_DISPLAY_H_
struct
progress_display
{
...
...
include/model
/qtl_model.h
→
attic
/qtl_model.h
View file @
27d6a61a
...
...
@@ -15,10 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_QTL_MODEL_H_
#ifdef _SPEL_QTL_MODEL_H_
#error "_SPEL_QTL_MODEL_H_ already defined!"
#else
#define _SPEL_QTL_MODEL_H_
#include "model.h"
#include "model
/model
.h"
/* comment gérer des QTLs joints et disjoints ? */
...
...
src/input
/read_data.cc
→
attic
/read_data.cc
View file @
27d6a61a
File moved
include/input
/read_data.h
→
attic
/read_data.h
View file @
27d6a61a
File moved
include
/recursive_map.h
→
attic
/recursive_map.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_RECURSIVE_MAP_H_
#ifdef _SPEL_RECURSIVE_MAP_H_
#error "_SPEL_RECURSIVE_MAP_H_ already defined!"
#else
#define _SPEL_RECURSIVE_MAP_H_
template
<
typename
TupleType
>
...
...
include/computations
/report_frontend.h
→
attic
/report_frontend.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_REPORT_FRONTEND_H_
#ifdef _SPEL_REPORT_FRONTEND_H_
#error "_SPEL_REPORT_FRONTEND_H_ already defined!"
#else
#define _SPEL_REPORT_FRONTEND_H_
#include "computations/frontends4.h"
...
...
include
/script.h
→
attic
/script.h
View file @
27d6a61a
File moved
include
/script_parser.h
→
attic
/script_parser.h
View file @
27d6a61a
File moved
include
/struct_predicates.h
→
attic
/struct_predicates.h
View file @
27d6a61a
File moved
sr
c/study_pedigree.cc
→
atti
c/study_pedigree.cc
View file @
27d6a61a
File moved
Prev
1
2
3
4
5
6
7
8
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment