- Mar 11, 2025
-
-
nina.marthe_ird.fr authored
converted segments_on_target_genome to use a new class SegmentTarget; clarifies how the dictionnary is used
-
- Mar 05, 2025
-
-
nina.marthe_ird.fr authored
fused the dictionnaries seg_len/seg_size and seg_seq into seg_info that contains both the size and the sequence of the segments.
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
fixed errors between feature key and feature id; this fixes a bug when a feature is split on several lines int he source gff
-
- Mar 04, 2025
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
added a few functions to the class Feature; replaced the parent/child feature_id attribute by the corresponding class instance
-
- Mar 03, 2025
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
turn feature path list into set to check faster if seg is present, in var detail and aln; ignore case where a segment is twice in a feature path
-
- Feb 26, 2025
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
- Jan 30, 2025
-
-
nina.marthe_ird.fr authored
-
- Jan 29, 2025
-
-
nina.marthe_ird.fr authored
runtime opti, changed feature_seg_list in dictionnary to check if seg present in list, to compute child features paths and to compute cov/id; much faster on human data, not so much on rice and ecoli data
-
nina.marthe_ird.fr authored
fix bug when there are several haplotypes and option -ht is used; didnt fix bug when there are several haplotypes but option -ht is absent, todo add a warning
-
- Jan 24, 2025
-
-
nina.marthe_ird.fr authored
Split the code in several files, fixes some bugs
-
nina.marthe_ird.fr authored
improved how paths and walks are detected and how bed files are attributed to genomes; fixes bug when a genome name was included in another genome name
-
- Jan 21, 2025
-
-
nina.marthe_ird.fr authored
bug fix when a segment is present in both orientation in the source features; modified search_segment to find the orientation that corresponds to the current feature
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
- Jan 15, 2025
-
-
nina.marthe_ird.fr authored
-
- Nov 28, 2024
-
-
nina.marthe_ird.fr authored
Resolve "add-ci" Closes #3 See merge request !1
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
- Nov 20, 2024
-
-
nina.marthe_ird.fr authored
-
- Nov 19, 2024
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
continued code refactoring. removed global variable segments_on_target_genome, sorted functions in several files
-
- Nov 18, 2024
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
- Oct 24, 2024
-
-
nina.marthe_ird.fr authored
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.
-
- Oct 18, 2024
-
-
nina.marthe_ird.fr authored
-
- Oct 07, 2024
-
-
nina.marthe_ird.fr authored
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.
-
- Sep 13, 2024
-
-
nina.marthe_ird.fr authored
-
nina.marthe_ird.fr authored
-
- Sep 11, 2024
-
-
francois.sabot_ird.fr authored
-