Helix/Software: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
m (updated conda link)
(Added mention of Alphafold and Link to BioStructureHub Tutorials)
 
Line 5: Line 5:
Visit [https://www.bwhpc.de/software.php https://www.bwhpc.de/software.php], select <code>Cluster → bwForCluster Helix</code>
Visit [https://www.bwhpc.de/software.php https://www.bwhpc.de/software.php], select <code>Cluster → bwForCluster Helix</code>


On cluster: <code>module avail</code>
On the cluster: <code>module avail</code>


== Documentation on the Cluster ==
== Documentation on the Cluster ==
Documentation for environment modules is available on the cluster:
Documentation for each environment module is available on the cluster:
* with command <code>module help</code>
* with command <code>module help</code>
* examples are in <code>$<SOFTNAME>_EXA_DIR</code> (batch script + other needed input files). This environment variable is available as soon as the module is loaded.
* examples in <code>$SOFTNAME_EXA_DIR</code>
** Some modules, e.g. the Alphafold module, include an especially extensive example.


== Documentation in the Wiki ==
== Documentation in the Wiki ==
For some environment modules additional documentation is provided here.
For some environment modules additional documentation is provided here.


* [[Helix/Software/Singularity | Singularity]] (containers)
* [[Development/Conda | Conda]]
* [[Development/Conda | Conda]]
* [[Helix/Software/Matlab | Matlab]]
* [[Python | Python]]
* [[Helix/Software/R | R]]
* [[Helix/Software/R | R]]
** [[Helix/Software/R/Rstan | Rstan]]
** [[Helix/Software/R/Rstan | Rstan]]
* [[Helix/Software/Matlab | Matlab]]
* [[Helix/Software/SAS | SAS ]]
* [[Helix/Software/SAS | SAS ]]
* [[Helix/Software/Singularity | Singularity]] (containers)
* [[Helix/Software/Stata | Stata]]
* [[Helix/Software/Stata | Stata]]

== External Documentation ==

* '''BioStructureHub Heidelberg:''' Tutorials are provided for using Helix software modules like Alphafold, RFDiffusion etc. and related software on the Helix cluster and on [[Helix/bwVisu | bwVisu]].
*: &rarr; [https://github.com/ssciwr/BioStructureHub/tree/main/docs/tutorials Tutorials]

Latest revision as of 17:22, 10 September 2026

Environment Modules

Most software is provided as Environment Modules.

Available Software

Visit https://www.bwhpc.de/software.php, select Cluster → bwForCluster Helix

On the cluster: module avail

Documentation on the Cluster

Documentation for each environment module is available on the cluster:

  • with command module help
  • examples are in $<SOFTNAME>_EXA_DIR (batch script + other needed input files). This environment variable is available as soon as the module is loaded.
    • Some modules, e.g. the Alphafold module, include an especially extensive example.

Documentation in the Wiki

For some environment modules additional documentation is provided here.

External Documentation

  • BioStructureHub Heidelberg: Tutorials are provided for using Helix software modules like Alphafold, RFDiffusion etc. and related software on the Helix cluster and on bwVisu.
    Tutorials