Why the update
There is an issue with how hisat2 handles tmp memory. In an HPC environment, when many jobs are running in the same cpu it is easy to run into this error (ERR): mkfifo(/tmp/46.inpipe1) failed. This bug is described in this HISAT2 issue. HISAT2 now has added --temp-directory that fixes this. However, this means that the container needs to be updated in order to be used. I have created a new container already that I have tested and works. Using this updated container makes the option --temp-directory available, which should be added to hisat2_align config as --temp-directory . to have the current working directory as temp.
Is there an existing module for this?
Is there an open PR for this?
Is there an open issue for this?
Are you going to work on this?
Why the update
There is an issue with how hisat2 handles tmp memory. In an HPC environment, when many jobs are running in the same cpu it is easy to run into this error
(ERR): mkfifo(/tmp/46.inpipe1) failed. This bug is described in this HISAT2 issue. HISAT2 now has added--temp-directorythat fixes this. However, this means that the container needs to be updated in order to be used. I have created a new container already that I have tested and works. Using this updated container makes the option--temp-directoryavailable, which should be added to hisat2_align config as--temp-directory .to have the current working directory as temp.Is there an existing module for this?
Is there an open PR for this?
Is there an open issue for this?
Are you going to work on this?
Assigneesto facilitate tracking who is working on the module