Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aevol-eukaryotes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.8.2.
Show more breadcrumbs
LUISELLI Juliette
aevol-eukaryotes
Commits
294ae14d
Commit
294ae14d
authored
2 months ago
by
David Parsons
Browse files
Options
Downloads
Patches
Plain Diff
remove transitional fn Individual_7::compute_non_coding
parent
aba9cb33
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/libaevol/7/Individual_7.h
+0
-4
0 additions, 4 deletions
src/libaevol/7/Individual_7.h
src/libaevol/io/stats/NonCodingStatsData.h
+1
-1
1 addition, 1 deletion
src/libaevol/io/stats/NonCodingStatsData.h
with
1 addition
and
5 deletions
src/libaevol/7/Individual_7.h
+
0
−
4
View file @
294ae14d
...
...
@@ -124,10 +124,6 @@ class Individual_7 {
void
reset_promoter_lists
()
{
annotated_chromosome_
[
std
::
to_underlying
(
Chrsm
::
A
)]
->
reset_promoter_lists
();
};
auto
compute_non_coding
()
const
{
return
annotated_chromosome_
[
std
::
to_underlying
(
Chrsm
::
A
)]
->
compute_non_coding
();
}
protected
:
std
::
unique_ptr
<
AbstractFuzzy
>
phenotype_
=
nullptr
;
double
fitness_
;
...
...
This diff is collapsed.
Click to expand it.
src/libaevol/io/stats/NonCodingStatsData.h
+
1
−
1
View file @
294ae14d
...
...
@@ -51,7 +51,7 @@ inline auto NonCodingStatsData::header() {
}
inline
auto
NonCodingStatsData
::
collect_data
(
const
Individual_7
&
indiv
)
{
return
indiv
.
compute_non_coding
();
return
indiv
.
annotated_chromosome
()
->
compute_non_coding
();
}
}
// namespace aevol
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment