modelangelo
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| modelangelo [2023/11/01 20:18] – external edit 127.0.0.1 | modelangelo [2024/03/08 14:41] (current) – Luc Bonnefond | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ===== with IGBMC HPC ===== | ||
| + | |||
| + | * Upload the protein (and DNA/RNA) sequences as separate fasta files, as well as the map. | ||
| + | * Check the hand of the map and flip it in ChimeraX (< | ||
| + | * Log in to the hpc < | ||
| + | * Edit the slurm submission script (with < | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | |||
| + | ################################ | ||
| + | ### Job name | ||
| + | #SBATCH --job-name=model_angelo | ||
| + | ### Limit run time " | ||
| + | #SBATCH --time=10: | ||
| + | ### Requirements | ||
| + | #SBATCH --partition=lamour-ruff #(or gpu) | ||
| + | #SBATCH --nodes=1 | ||
| + | #SBATCH --ntasks-per-node=1 | ||
| + | #SBATCH --mem-per-cpu=40GB | ||
| + | #SBATCH --gres=gpu: | ||
| + | |||
| + | #SBATCH --mail-user=username@igbmc.fr | ||
| + | #SBATCH --mail-type=ALL | ||
| + | ### Output | ||
| + | #SBATCH --output=/ | ||
| + | ################################################################################ | ||
| + | |||
| + | echo '########################################' | ||
| + | echo ' | ||
| + | echo ' | ||
| + | echo ' | ||
| + | echo 'Job Name:' $SLURM_JOB_NAME | ||
| + | echo 'Job Id:' $SLURM_JOB_ID | ||
| + | echo ' | ||
| + | echo '########################################' | ||
| + | # modules loading | ||
| + | module load model-angelo/ | ||
| + | # acces database | ||
| + | export TORCH_HOME=/ | ||
| + | #Job command | ||
| + | model_angelo build -v map.mrc -pf prot.fasta -df dna.fasta -rf rna.fasta -o output | ||
| + | echo ' | ||
| + | echo '########################################' | ||
| + | echo 'Job finished' | ||
| + | </ | ||
| + | |||
| + | Run the script: | ||
| + | < | ||
| + | |||
| + | You will get one email when the job start and a second one when its complete (or crashed). You can also follow it with < | ||
| + | |||
| + | ===== on POLLUX computer ===== | ||
| + | |||
| + | * Upload the protein (and DNA/RNA) sequences as separate fasta files, as well as the map. | ||
| + | * Check the hand of the map and flip it in ChimeraX (< | ||
| === Setup === | === Setup === | ||
| Line 20: | Line 77: | ||
| Let's say the map's name is < | Let's say the map's name is < | ||
| - | <quote>'' | + | <code> |
| + | |||
| + | If you would like to build nucleotides as well, you need to provide the RNA and DNA portions of your sequences in different files like so | ||
| + | |||
| + | < | ||
| + | |||
| + | If you only have RNA or DNA, you can drop the other input. | ||
| If the output of the program halts before the completion of < | If the output of the program halts before the completion of < | ||
modelangelo.1698869924.txt.gz · Last modified: by 127.0.0.1
