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

Software requirements #41

Open
tavareshugo opened this issue Mar 11, 2024 · 0 comments
Open

Software requirements #41

tavareshugo opened this issue Mar 11, 2024 · 0 comments

Comments

@tavareshugo
Copy link
Collaborator

tavareshugo commented Mar 11, 2024

Keeping this issue as a way to track the setup needed on our virtual (AWS) HPC.

System installation:

  • singularity -> need to configure it so it sees the entire filesystem by default (need to add binds to /etc/singularity/singularity.conf)
  • eog (image viewer)
  • R (latest version is fine) and install.packages('argparse')
  • Python (latest version is fine)

Install as modules:

  • bowtie 1.3.1
  • bowtie2 2.4.0 and 2.5.3 --> so when we do module avail we see both versions.
  • numpy 1.26.4
  • matplotlib 3.8.3

Install as mamba environments:

  • mamba create -n scipy scipy==1.12.0 numpy==1.26.4 matplotlib==3.8.3
  • mamba create -n mapping bowtie2==2.5.3

This should cache these packages, which are then installed during the course demonstration.

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