HLA icon indicating copy to clipboard operation
HLA copied to clipboard

Option --full doesn't work correctly

Open PKazakova opened this issue 4 years ago • 3 comments

Hello, @tanghaibao!

I run run.py with option --full and without this option and I got absolutely identical results: only 4-digits (as default). Can option --full work correctly? Can you help with this problem?

Kind regards, Polina

PKazakova avatar Jun 25 '20 09:06 PKazakova

Hi. Any news?

serge2016 avatar Jul 27 '21 21:07 serge2016

Hi,

Just following up on this issue. I'm experiencing the same problem of Polina and Serge.

Please, send help :) Veronica

VErconi avatar Aug 17 '22 09:08 VErconi

As we can see in code:

if [ "$FULL" = true ]; then
    $BIN/full.r $OUT/${ID}.tsv.dna $OUT/${ID}.hla $OUT/${ID}.hla.full
fi

running with --full only run one extra script full.r and not modify base output. You can try to use this extra .hla.full output file.

Stikus avatar Jan 19 '24 10:01 Stikus