Mentions légales du service

Skip to content
Snippets Groups Projects
  • Mikael Salson's avatar
    def760d8
    segment: CDR3/Junction JSON output could be falsely set · def760d8
    Mikael Salson authored
    When JUNCTIONstart or JUNCTIONend equaled 0, their values
    were not modified. But the CDR3/Junction are output in the JSON
    as long as the values of the variables are >= 0 (maybe this
    should also have been modified). Therefore we could have weird results
    with JUNCTIONstart=0 and JUNCTIONend=40.
    
    Tests added.
    def760d8
    History
    segment: CDR3/Junction JSON output could be falsely set
    Mikael Salson authored
    When JUNCTIONstart or JUNCTIONend equaled 0, their values
    were not modified. But the CDR3/Junction are output in the JSON
    as long as the values of the variables are >= 0 (maybe this
    should also have been modified). Therefore we could have weird results
    with JUNCTIONstart=0 and JUNCTIONend=40.
    
    Tests added.