Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option --full doesn't work correctly #56

Open
PKazakova opened this issue Jun 25, 2020 · 3 comments
Open

Option --full doesn't work correctly #56

PKazakova opened this issue Jun 25, 2020 · 3 comments

Comments

@PKazakova
Copy link

PKazakova commented Jun 25, 2020

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

@serge2016
Copy link

Hi. Any news?

@VErconi
Copy link

VErconi commented Aug 17, 2022

Hi,

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

Please, send help :)
Veronica

@Stikus
Copy link

Stikus commented Jan 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants