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

Corrections needed to rabix installation instructions #1

Open
maryawood opened this issue Mar 21, 2018 · 1 comment
Open

Corrections needed to rabix installation instructions #1

maryawood opened this issue Mar 21, 2018 · 1 comment

Comments

@maryawood
Copy link

maryawood commented Mar 21, 2018

I'm currently working on setting up CloudNeo for use with rabix, and I wanted to let you know that the installation instructions need updating.

For the netMHC and netMHCpan installations, the softwares should be downloaded to the main CloudNeo directory in order to use the recommended docker image build commands as specified in the wiki (which need a '-f' in front of the docker file paths, too).

This command within the Dockerfile for each of these tools was also giving me trouble:

RUN apt-get install -y python-biopython

but I was able to use

RUN wget https://bootstrap.pypa.io/get-pip.py

RUN python get-pip.py

RUN pip install biopython

instead, and it worked fine. Not sure if this is an issue on my end or a more general issue, though.

The polysolver build also requires a lot of files that aren't in the repository and must be tracked down (e.g. GATK v3.5 jar, mutect jar, etc.).

It's fairly doable to figure out these issues out on your own, but it would be good to have more accurate and thorough instructions in the wiki.

@maryawood
Copy link
Author

Also the BWA indexes in the HLAminer data base are incompatible with the version of BWA installed by the BWA dockerfile, so the fastas in that database need to be reindexed with BWA v-0.7.13 prior to running the workflow

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