Dear @giulioisac @zacmon ,
thank you for the nice tool.
I am used to Igor so it is already incorparated in a pipeline.
I wanted to have access to Ppost as well, but I have very different values for Pgens computed with Sonnia and Igor.
Is there a major update between both tools?
I wondered if I could use nucleotidic sequences to compute Pgen with sonnia as with Igor.
Here are the versions and command lines
Igor (v1.4.0)
echo "$current_seq"
if PGEN=$(timeout 600s igor-compute_pgen ${ORGANISM} beta ${current_seq:1:-1}); then
PGEN=${PGEN#*$'\n'}
echo "${current_seq}, ${PGEN}" >> $OUTPUT
where current seq corresponds to AIRR "junction" nucleotidic sequence
Sonnia (latest)
sonnia evaluate --model {params.specie}_T_beta -i {input.sonnia_input} -o {output} --no-header --delimiter " "
where sonnia input is a txt file with junction_aa v_call and j_call from AIRR tsv
A small example is attached (inputs seqeuences are drawn the same airr file)
Sorry if I missed something in the documentation.
Kind regards,
smallexample.txt
Dear @giulioisac @zacmon ,
thank you for the nice tool.
I am used to Igor so it is already incorparated in a pipeline.
I wanted to have access to Ppost as well, but I have very different values for Pgens computed with Sonnia and Igor.
Is there a major update between both tools?
I wondered if I could use nucleotidic sequences to compute Pgen with sonnia as with Igor.
Here are the versions and command lines
Igor (v1.4.0)
where current seq corresponds to AIRR "junction" nucleotidic sequence
Sonnia (latest)
sonnia evaluate --model {params.specie}_T_beta -i {input.sonnia_input} -o {output} --no-header --delimiter " "where sonnia input is a txt file with junction_aa v_call and j_call from AIRR tsv
A small example is attached (inputs seqeuences are drawn the same airr file)
Sorry if I missed something in the documentation.
Kind regards,
smallexample.txt