You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
agat_convert_sp_gff2gtf.pl - fix #245 by making CDS identifier uniq using start and stop position on to of ID because they can share a same ID
agat_sp_extract_sequences.pl - fix #246 : Remove name from header (now use --keep_attributes and the original attribute tag will be use instead ). Add --keep_attributes and --keep_parent_attributes to keep information from GFF into the fasta. Update test accordingly.
New script agat_sq_reverse_complement.pl - fix #248
add missing dependency LWP::Protocol::https dependency used to catch SO on the fly from URI/URL - fix #260