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

Optimize OptitypePipeline.py input #6

Open
johnegarza opened this issue Apr 15, 2019 · 1 comment
Open

Optimize OptitypePipeline.py input #6

johnegarza opened this issue Apr 15, 2019 · 1 comment

Comments

@johnegarza
Copy link
Member

python /usr/local/bin/OptiType/OptiTypePipeline.py -i $outdir/$name.hla.fwd.fastq $outdir/$name.hla.rev.fastq --dna -v -p $name -o $outdir

Currently, our script provides 2 fastq files to Optitype as input, which results in an unnecessary second alignment by Optitype itself as part of its internal pipeline. Providing mapped and filtered bams as input skips this step; this should also allow us to avoid a few other conversion steps in our prep script.

@johnegarza
Copy link
Member Author

Update- providing our own bams as input may not work; if this is the case, it might not be possible to use a custom HLA reference (optitype has one built in) without modifying the optitype code itself, but I need to verify this

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

No branches or pull requests

1 participant