We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed the henipipe using this command:
henipipe
module load Python/3.6.7-foss-2016b-fh1 python3 -m pip install --user pipx python3 -m pipx ensurepath pipx install --include-deps henipipe
However when I run the align:
henipipe ALIGN -t 5 -r runsheet.csv
The alignment process is not being executed. I notice there is this line in the log:
module load Bowtie2 module load SAMtools module load Python
module load Python especially is inconsistent with the initial module load Python/3.6.7-foss-2016b-fh1.
module load Python
module load Python/3.6.7-foss-2016b-fh1
How can I resolve the issue?
Ed
The text was updated successfully, but these errors were encountered:
Try loading python before running henipipe
Sorry, something went wrong.
No branches or pull requests
I installed the
henipipe
using this command:However when I run the align:
henipipe ALIGN -t 5 -r runsheet.csv
The alignment process is not being executed.
I notice there is this line in the log:
module load Python
especially is inconsistent with the initialmodule load Python/3.6.7-foss-2016b-fh1
.How can I resolve the issue?
Ed
The text was updated successfully, but these errors were encountered: