Skip to content

Latest commit

 

History

History
92 lines (39 loc) · 2.41 KB

File metadata and controls

92 lines (39 loc) · 2.41 KB

Now let`s to redo example1 from basic_slurm into nextflow

Begginer Level

Example 1

Very simple example, will run 1000 tasks

How to run example

Example 2

A little more advanced, it shows how to run python code using conda from Nextflow using Slurm scheduler.

How to run example

Example 3

A little more advanced, it shows how to run python code using conda from Nextflow using Slurm scheduler on GPU nodes.

How to run example

Example 4

This will show how to run python code from Example 2 using Apptainer/Singularity Container on CPU nodes.

How to run example

Example 5

This will show how to run python code from Example 3 using Apptainer/Singularity Container on GPU nodes. It uses the same container from Example 4.

How to run example

Example 6

This will show how to run neofetch from Apptainer/Singularity Container on GPU nodes.

How to run example

Intermediate Level

Example 7

This example will show how to run MD simulations using GROMACS container using Apptainer/Singularity Container on GPU nodes. Inspired by https://pawseysc.github.io/singularity-containers/33-gpu-gromacs/index.html

How to run example

Example 8

This example will show how to run MD simulations using GROMACS container using Apptainer/Singularity Container on GPU nodes, a more optimized version. Inspired by https://pawseysc.github.io/singularity-containers/33-gpu-gromacs/index.html

TODO need to optimize nextflow.config and mdrun

How to run example

Example 9

This example will show how to run blastp using Apptainer/Singularity Container on CPU nodes. Inspired by https://pawseysc.github.io/singularity-containers/13-bio-example-host/index.html

How to run example

Example 10

This example will show how to run Amber on CPU nodes (minimization, heating, equilibration) and GPU nodes(Production MD). Inspired by https://computecanada.github.io/molmodsim-amber-md-lesson/ and https://ringo.ams.stonybrook.edu/index.php/AMBER_Tutorials

How to run example