Closed dmgie closed 6 months ago
Hi,
if you need to run HLA-HD
you will also need to provide bowtie2
which needs to be accessible via $PATH
.
Thanks for letting us know that HLA-HD
still exits with 0
in the case bowtie2
is not found. I'll add a check logic for that case and throw an error at start time if bowtie2
is not in $PATH
.
I'm not sure if pulling a container is the best solution, because if someone wants to run HLA-HD
independent of nextNEOpi
she/he will have to provide bowtie2
anyways.
Feel free to post/list your findings/issues with the resources, we would be very happy to implement fixes or instructions.
Hi,
I had recently been able to run the nextNEOpi pipeline through (after some minor modification). When looking at the results section I noticed that the
./results/neoantigens/[sample]/Class_II
folders were empty.At first I thought that HLA-HD wasn't found, but in Nextflow's output I see the line
Found /data/HLA-HD/hlahd.1.7.0/bin/hlahd.sh at: /data/HLA-HD/hlahd.1.7.0/bin/hlahd.sh
, so at least the HLA-HD is being found.I additionally checked
./results/analyses/[sample]/10_HLA_typing/HLA_HD/
, but theres only one file which just hasNot typed
for all of them.Lastly, I checked the actual
work/*
folder for the HLA-HD process, and found out that in.command.err
it wasn't able to fully run at all:As I did not have
bowtie2
installed on the HPC cluster, HLA-HD wasn't able to run, but still gave an exit code of 0, meaning it was "successful" and Nextflow continued on.Would pulling a singularity image for bowtie2 (i.e https://hub.docker.com/r/staphb/bowtie2/ or https://hub.docker.com/r/biocontainers/bowtie2/) in this process be a possible solution? Or possibly an error in case there is a missing bowtie2 installation?
(On another note: I had a collected a list of issues that I had run into i.e VepTab, CNNScoreVariants as well as some of the others mainly related to resources; would it be of any help to post/list them somewhere (in an Issue / Wiki Page / PR) in case people encounter similar issues?)