Skip to content

Commit

Permalink
Update example_1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosinski authored Feb 18, 2024
1 parent 93bf83a commit 5cd6724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manuals/example_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ source activate AlphaPulldown

create_individual_features.py \
--fasta_paths=baits.fasta,example_1_sequences_shorter.fasta \
--data_dir=/scratch/AlphaFold_DBs/2.3.0/ \
--data_dir=/scratch/AlphaFold_DBs/2.3.2/ \
--save_msa_files=False \
--output_dir=/scratch/user/output/features \
--use_precomputed_msas=False \
Expand Down Expand Up @@ -252,7 +252,7 @@ run_multimer_jobs.py --mode=pulldown \
--num_cycle=3 \
--num_predictions_per_model=1 \
--output_path=/scratch/user/output/models \
--data_dir=/scratch/AlphaFold_DBs/2.3.0/ \
--data_dir=/scratch/AlphaFold_DBs/2.3.2/ \
--protein_lists=baits.txt,candidates_shorter.txt \
--monomer_objects_dir=/scratch/user/output/features \
--job_index=$SLURM_ARRAY_TASK_ID
Expand Down

0 comments on commit 5cd6724

Please sign in to comment.