cc_staff
415
edits
No edit summary |
(Replacing nix by StdEnv/2020) |
||
Line 30: | Line 30: | ||
gatk/4.1.0.0 | gatk/4.1.0.0 | ||
gatk/4.1.2.0 | gatk/4.1.2.0 | ||
gatk/4.1.7.0 | |||
gatk/4.1.8.0 | |||
gatk/4.1.8.1 | |||
gatk/4.2.2.0 | |||
gatk/4.2.4.0 | |||
gatk/4.2.5.0 | |||
</pre> | </pre> | ||
Line 37: | Line 43: | ||
<!--T:6--> | <!--T:6--> | ||
{{Commands | {{Commands | ||
|module spider gatk/4.1. | |module spider gatk/4.1.8.1 | ||
}} | }} | ||
<!--T:7--> | <!--T:7--> | ||
As you can see, this module only has the <code> | As you can see, this module only has the <code>StdEnv/2020</code> module as prerequisite | ||
so it can be loaded with | so it can be loaded with | ||
<!--T:8--> | <!--T:8--> | ||
{{Commands | {{Commands | ||
|module load | |module load StdEnv/2020 gatk/4.1.8.1 | ||
}} | }} | ||
<!--T:9--> | <!--T:9--> | ||
or, given that <code> | or, given that <code>StdEnv/2020</code> is loaded by default, simply with | ||
<!--T:10--> | <!--T:10--> | ||
{{Commands | {{Commands | ||
|module load gatk/4.1. | |module load gatk/4.1.8.1 | ||
}} | }} | ||