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

How to load the module #1

Open
ewijaya opened this issue Aug 21, 2020 · 1 comment
Open

How to load the module #1

ewijaya opened this issue Aug 21, 2020 · 1 comment

Comments

@ewijaya
Copy link

ewijaya commented Aug 21, 2020

I installed the henipipe using this command:

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.

How can I resolve the issue?

Ed

@scfurl
Copy link
Owner

scfurl commented Feb 27, 2021

Try loading python before running henipipe

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

2 participants