Skip to content
Snippets Groups Projects
Commit b1853134 authored by Fanny Wegner's avatar Fanny Wegner
Browse files

Replace UNIX_HPC_exercise_instructions.md

parent 5a7f5659
No related branches found
No related tags found
No related merge requests found
......@@ -456,13 +456,12 @@ source $HOME/.bashrc
* Load the `singularityce` module
* The software for generating the MSA is called `mafft`. It is installed via its singularity image which can be found here: `/shares/amr.imm.uzh/bioinfo/singularity/mafft_7.505--hec16e2b_0.sif`.
`mafft` is a very convenient software which recognises if you want to align DNA or Proteins automatically.
`mafft` is a very convenient software which can recognise if you want to align DNA or proteins automatically.
* The command for `mafft` is as follows:
```sh
mafft input.fasta > output.fasta
```
* The input fasta file is the multi-fasta file you generated in the previous exercise.
* `mafft` is a very convenient software which recognises if you want to align DNA or Proteins automatically.
* Submit the job.
* Watch the state of the job using `squeue`.
* Explore the outplut files `[jobname].out` and `[jobname].err`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment