Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GrAnnoT
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
DIADE
dynadiv
GrAnnoT
Graph
3b429c92f6f13ed6eb757bc79064e7265bbad22f
Select Git revision
Branches
5
4-add-test-ci
inferences
main
default
protected
multiannot
package
Tags
4
1.0.3
1.0.2
1.0.1
1.0.0
9 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jan
15
28
Nov
20
19
18
24
Oct
18
7
13
Sep
11
4
2
29
Aug
22
20
23
Jul
12
13
Jun
12
6
3
29
May
28
24
22
21
17
15
13
24
Apr
23
22
18
12
10
8
4
3
2
22
Mar
21
13
12
11
8
5
4
29
Feb
28
23
21
20
19
15
12
8
5
26
Jan
25
24
22
18
12
11
10
9
4
7
Dec
5
4
10
Nov
7
6
3
31
Oct
30
26
24
23
20
16
12
10
6
5
4
2
25
Jul
20
8
Jun
26
May
25
22
17
5
21
Apr
20
corrected feature info print in class Feature
bug fix; with several chromosomes the features were transfered only on the last one loaded
remove buggy release
Merge branch '3-add-ci' into 'main'
4-add-test-ci
4-add-test-ci
Update .gitlab-ci.yml file -TEST
Update .gitlab-ci.yml file -TEST
-TEST
-TEST
TEST add ci
moved functions into the class as methods; added a few attributes
finished sorting the functions in several files
emptied this file by putting the functions in other files
renamed file
continued code refactoring. removed global variable segments_on_target_genome, sorted functions in several files
attempt to reorganize the python files
limited imports between files
split functions from Graph_gff in two files, load_intersect and graph_annot
added option to not output duplicated features in annotation, only the best occurence is kept. corrected the alignment option, it now doesnt print features that didnt pass the filters.
added new version for benchmark
load intersect is now much quicker. however there might be unexpected behaviour in detect_gene_copies (or maybe elsewhere) if a segment is present several times in a feature (duplication within the feature). this case was not encountered in rice and human data, but it is technically possible.
Merge branch 'main' of forge.ird.fr:diade/dynadiv/grannot
delete the intersect file after loading it, it takes too much space
Adding good licence
Replace LICENSE for GNU GPLv3
debug haplotype output. it used to output the haplotype transfer for each walk (chr/ctg).
modified how the feature ids are used to handle features fragmented on several lines in the gff
added a check that the sourge and target genome names are found in the walks/paths of the graph
changed how Segments are stored while loading the intersect. now can handle duplicate segments in the source genome (it used to cause negative positions in var output)
added header to var output
removed debug print
commented debug print lines
fixed haplotype option, it didnt work when -sh was absent
changed the id of the segments to remove the s
spell check
added error message when the intersect is empty
specified input data format
add installation method
removed warning from bedtools
moved files
moved files
Loading