Skip to content
Snippets Groups Projects
Commit b0b19c1d authored by Tim Roloff Handschin's avatar Tim Roloff Handschin
Browse files

Replace abricate_exercise.md

parent 17ec1ad9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@
- Abricate can search various databases (even custom built).
- We can write a script to check which databases are installed and available using `abricate --list` We can also run that in an interactive session using the code below:
- We can write a script to check which databases are installed and available using `abricate --list`
We can also run that in an interactive session using the code below:
srun --pty -n 1 -c 2 --time=01:00:00 --mem=1G bash -l
module load singularityce
......@@ -27,13 +28,13 @@
Add the following parameters `--quiet --nopath --db [DATABASE]`
Use the databases `ncbi` and `vfdb`
Run abricate twice, once on `ncbi` and once `vfdb`
The Singularity image can be found at
/shares/amr.imm.uzh/bioinfo/singularity7quay.io-biocontainers-abricate-1.0.1--ha8f3691_1.img
Use following SLURM parameters:
Use the following SLURM parameters:
#!/usr/bin/env bash
#SBATCH --time=01:00:00
......
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