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

Error when using Dockerized PHLAT #293

Open
rbowenj opened this issue May 18, 2021 · 0 comments
Open

Error when using Dockerized PHLAT #293

rbowenj opened this issue May 18, 2021 · 0 comments

Comments

@rbowenj
Copy link

rbowenj commented May 18, 2021

Hi,

I'm trying to use sub-tools from the ProTECT pipeline individually, using the Dockerized versions owned by aarjunrao. In particular, I'm trying to use PHLAT for HLA typing via the aarjunrao/phlat Docker image, but I get the following error:

..... Running PHLAT .......
Traceback (most recent call last):
  File "/home/phlat-1.0/dist/PHLAT.py", line 64, in <module>
    go(tag,outdir,phlatdir)
  File "/home/yubai/programs/phlat-1.0/dist/utilities.py", line 79, in go
  File "/home/yubai/programs/phlat-1.0/dist/extensions.py", line 617, in __init__
  File "/home/yubai/programs/phlat-1.0/dist/extensions.py", line 645, in setMaster
IndexError: list index out of range

The following command was used to run PHLAT (using a volume sourced from a local directory ~/PHLAT) on the example fastqs provided with the phlat-1.0 release:

docker run -v ~/PHLAT:/opt/PHLAT aarjunrao/phlat -1 /home/phlat-1.0/example/example_1.fastq.gz -2 /home/phlat-1.0/example/example_2.fastq.gz -index /opt/PHLAT/phlat-1.0/index4phlat -b2url /home/bowtie2-2.2.3/bowtie2 -tag test -e /home/phlat-1.0 -o /opt/PHLAT/results

Do you have any idea what's causing this and how I can fix it? As far as I can tell, this usage matches that implemented in the ProTECT phlat.py file.

Any help is much appreciated!
Thanks

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