Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OrthoFinder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
remy
OrthoFinder
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
c96bb13c34d4a2f97c0c0333018db058b5a625cf
Select Git revision
Branches
3
FixZeroNormScores
OrthoFinder.orig.py3
master
default
protected
Tags
20
2.3.7
2.3.3
v2.3.1-beta
v2.2.7
v2.2.6
v2.2.3
2.2.1
2.2.0
2.1.2
2.0.0-beta
1.1.10
1.1.8
1.1.4
1.1.2
1.0.8
1.0.7
1.0.6
1.0.2-beta
v1.0.0-beta
0.7.1
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Apr
28
Feb
22
Jan
13
Dec
29
Nov
28
26
25
24
22
12
11
8
7
6
4
22
Oct
18
17
11
4
20
Aug
16
7
18
Jul
2
10
Jun
5
3
29
May
1
29
Apr
25
8
21
Mar
20
12
4
Feb
6
Dec
5
3
27
Nov
21
15
14
12
10
9
8
6
5
1
31
Oct
30
22
18
17
11
12
Sep
31
Aug
30
29
30
Jul
21
May
16
10
26
Apr
24
18
16
13
12
11
10
9
6
5
4
14
Mar
13
12
9
7
6
1
28
Feb
26
20
19
16
12
9
8
5
2
31
Jan
26
25
16
10
5
4
3
21
Dec
9
30
Nov
23
22
21
20
16
9
2
31
Oct
30
27
26
23
20
18
17
11
6
1
29
Sep
28
27
21
20
18
15
1
24
Aug
4
21
Jul
20
14
28
Jun
20
14
24
May
23
11
10
27
Jan
16
Dec
8
30
Nov
29
25
23
8
3
Oct
30
Sep
27
26
9
7
6
2
30
Aug
20
19
18
17
18
Jul
15
11
8
1
23
Jun
21
15
8
Feb
28
Jan
27
15
Dec
26
Nov
13
12
29
Oct
30
Sep
15
14
5
4
6
Aug
5
1
Jul
29
Jun
python cache to ignore
master
master
update path for scnorm class
OrthoFinder.ori…
OrthoFinder.orig.py3
some fix
update to match new version of OrthoFinder
renaming orthofinder/scripts to scripts_of to match new OrthoFinder version (20200122)
moving stuff to reorganize the same way as OrthoFinder
trying to match the last OrthoFinder version scripts_of/ subdirectory
modifying orthologues.py to fit new orthofinder version, including the issue with self-hits (see commit https://github.com/davidemms/OrthoFinder/commit/17f61266c321edce558e2cb7cc287330294b182c )
adding a requirements.txt file for pip (maybe it would be necessary to specify versions of packages)
Merge branch 'FixZeroNormScores' into 'master'
Merge branch 'master' into 'FixZeroNormScores'
FixZeroNormScores
FixZeroNormScores
adding a curve option. Not necessary for normalizing scores (compute faster)
debug commented - just in case
jSpeciesOpen is not needed as it is the same as iSpeciesOpen
try/except in scnorm commented b/c of long duration in computing new normalized scores for self-hits
renaming NF option to NZ and an info about time consumption. Adding an error margin in the compute
debuging retrieving plots from the fitting curve
no more error, but still does not work
adding a specific option to fix zeros values for self-hits...
remove non necessary code
will fix scores in a new loop. Maybe need another option qFixnormalizedzeros
sys was not imported
moving row compute to the scnorm class
message error when encountering 0.0 Norm score
0.0 ...
not the right way to do fix this
update code to load a new class from file
fitting curve modified
adding fitting curve
adding comments
error in index
error in index
Merge branch 'master' of https://gitlab.mbb.univ-montp2.fr/remy/orthofinder
more explicit error message
check ipsecies
tempfile was not correctly flushed and closed
renaming a function
tempfile was nt created at the right place
still some bugs but nevertheless it gives some results
bugs fixed
Loading