Skip to content
Snippets Groups Projects
CHANGELOG 1014 B
Newer Older
Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.11
- Remove fully matched targets from smaller seeds

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.10
- Add results for fully matched targets

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.9
- Fix bug #11 (off-target sequence uppper)

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.8
- Fix bug shift one nucleotide for guide sequence
- Add guide positions on input target sequence

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.7
- Fix bug displaying wrong guide sequence

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.6
- Handle genome assembly with contigs

# 0.3.5
- Add longest perfect match between the guide and the off-target sequence to the results

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.4
- Raise exception when off-target sequence format is wrong

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.3
- Compute prediction for seeds 8-12
- Prefix off-target feature key result with "off_target"
- Change header of output format
- Change some of the command lines : -g => -s and -gf => -w

# 0.3.2
- Fix bugg when no off-target feature
- Handle genome in fasta file

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.1
- Fix bug when no feature
- Add off-target strand to output

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.3.0
- on_target_predict return an item per feature

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.2.1
- Can set seed size

Remi  PLANEL's avatar
Remi PLANEL committed
# 0.2.0
- Compute off-target

# 0.1.0
Remi  PLANEL's avatar
Remi PLANEL committed
- Initial Release